Click or drag to resize
CssStylesheetInfoProviderGetCSSStylesheetName Method

Note: This API is now obsolete.

Returns full CSS stylesheet name from the given virtual CSS stylesheet path.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 12.0.0
Syntax
C#
[ObsoleteAttribute("Method is not intended to be used in custom code.")]
public static string GetCSSStylesheetName(
	string url
)

Parameters

url
Type: SystemString
Virtual CSS stylesheet path

Return Value

Type: String
See Also