Click or drag to resize
CssStylesheetInfoProviderGetCSSStylesheetName Method
Returns full CSS stylesheet name from the given virtual CSS stylesheet path.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public static string GetCSSStylesheetName(
	string url
)

Parameters

url
Type: SystemString
Virtual CSS stylesheet path

Return Value

Type: String
See Also