Styles Class

Represents a helper class for rendering link elements.

Inheritance Hierarchy

System.Object
  System.Web.Optimization.Styles

Namespace:  System.Web.Optimization
Assembly:  System.Web.Optimization (in System.Web.Optimization.dll)

Syntax

'Declaration
Public NotInheritable Class Styles
'Usage
public static class Styles
public ref class Styles abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type Styles =  class end
public final class Styles

The Styles type exposes the following members.

Properties

  Name Description
Public propertyStatic member DefaultTagFormat Gets or sets the default format string for defining how link tags are rendered.

Top

Methods

  Name Description
Public methodStatic member Render Renders link tags for a set of paths.
Public methodStatic member RenderFormat Renders link tags for a set of paths based on a format string.
Public methodStatic member Url Generates a version-stamped URL for a bundle.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.Web.Optimization Namespace