Style.GetStyleAttributes Method (IUrlResolutionService)
.NET Framework (current version)
Retrieves the System.Web.UI.CssStyleCollection object for the specified System.Web.UI.IUrlResolutionService-implemented object.
Assembly: System.Web (in System.Web.dll)
Public Function GetStyleAttributes ( urlResolver As IUrlResolutionService ) As CssStyleCollection
Parameters
- urlResolver
-
Type:
System.Web.UI.IUrlResolutionService
A System.Web.UI.IUrlResolutionService-implemented object that contains the context information for the current location (URL).
Use the GetStyleAttributes method to retrieve the System.Web.UI.CssStyleCollection object for a specified System.Web.UI.IUrlResolutionService-implemented object. All classes derived from Control implement System.Web.UI.IUrlResolutionService.
.NET Framework
Available since 2.0
Available since 2.0
Show: