CssExtensions Class

 

Represents the CSS extensions.

Namespace:   Microsoft.Web.Mvc
Assembly:  Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Web.Mvc.CssExtensions

Syntax

public static class CssExtensions
[ExtensionAttribute]
public ref class CssExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type CssExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class CssExtensions

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static Css(HtmlHelper, String)

Indicates the CSS method that you can use for MVC.

System_CAPS_pubmethodSystem_CAPS_static Css(HtmlHelper, String, String)

Indicates the CSS method that you can use for MVC.

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

Microsoft.Web.Mvc Namespace

Return to top