C# Class HtmlTags.Extensions.LabelTag

Inheritance: HtmlTags.HtmlTag
显示文件 Open project: ryanohs/Fubu-HtmlTags-For-ASP.NET-MVC

Public Methods

Method Description
For ( string id ) : LabelTag
LabelTag ( ) : System
LabelTag ( Action configure ) : System

Method Details

For() public method

public For ( string id ) : LabelTag
id string
return LabelTag

LabelTag() public method

public LabelTag ( ) : System
return System

LabelTag() public method

public LabelTag ( Action configure ) : System
configure Action
return System