Property | Type | Description | |
---|---|---|---|
CssFolderPath | string |
Method | Description | |
---|---|---|
ToCssLink ( string url, bool ieOnly = false ) : string |
Formats the given URL into a CSS link tag.
|
|
this ( CssFile cssFile ) : string |
Gets the embed tag for the specified script.
|
Method | Description | |
---|---|---|
GetPath ( CssFile cssFile ) : string |
public static ToCssLink ( string url, bool ieOnly = false ) : string | ||
url | string | The path to the style sheet. |
ieOnly | bool | Flag indicating if the link should be wrapped in an IE only conditional statement. |
return | string |
public this ( CssFile cssFile ) : string | ||
cssFile | CssFile | Flag indicating what css file to retrieve the path for. |
return | string |