TagBuilder::AddCssClass Method

Visual Studio 2010

Adds the specified CSS class to the tag-builder attributes.

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

public:
void AddCssClass(
	String^ value
)

Parameters

value
Type: System::String
The CSS class value string.

Community Additions

ADD
Show: