wwWebPage::RegisterCssInclude

Inserts a stylesheet link into the page.

Note the link is generated just below the <form> tag of the page not in the header so this script will load after anything loaded in the header. This functionality should be primarily used by controls that wish to add required scripts or links to embedded script resources.

o.RegisterCssInclude(lcId,lcHref)

Parameters

lcId
A unique Id for the script. Use a shared Id if you want this script to be shared by many controls.

lcHref
The URL to the stylesheet - can use ~/ syntax.


See also:

Class wwWebPage

© West Wind Technologies, 1996-2022 • Updated: 09/30/07
Comment or report problem with topic