JSHelperGenLinkRef Method |
Generate the HTML for a .css link reference.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static string GenLinkRef(
string href
)
Public Shared Function GenLinkRef (
href As String
) As String
Parameters
- href
- Type: SystemString
The .css file to include.
Return Value
Type:
StringThe LINK tag for the specified .css file.
See Also