C# Class HtmlTags.Extensions.TextAreaTag

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

Public Methods

Method Description
Cols ( int cols ) : TextAreaTag
Rows ( int rows ) : TextAreaTag
TextAreaTag ( ) : HtmlTags
Value ( string value ) : TextAreaTag

Method Details

Cols() public method

public Cols ( int cols ) : TextAreaTag
cols int
return TextAreaTag

Rows() public method

public Rows ( int rows ) : TextAreaTag
rows int
return TextAreaTag

TextAreaTag() public method

public TextAreaTag ( ) : HtmlTags
return HtmlTags

Value() public method

public Value ( string value ) : TextAreaTag
value string
return TextAreaTag