Click or drag to resize

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
)

Parameters

href
Type: SystemString
The .css file to include.

Return Value

Type: String
The LINK tag for the specified .css file.
See Also