TagBuilder.AddCssClass(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds a CSS class to the list of CSS classes in the tag.
public void AddCssClass (string value);
member this.AddCssClass : string -> unit
Public Sub AddCssClass (value As String)
Parameters
- value
- String
The CSS class to add.