C# Class HtmlTags.Extensions.TextAreaTag

Inheritance: HtmlTags.HtmlTag
Afficher le fichier Open project: ryanohs/Fubu-HtmlTags-For-ASP.NET-MVC

Méthodes publiques

Méthode Description
Cols ( int cols ) : TextAreaTag
Rows ( int rows ) : TextAreaTag
TextAreaTag ( ) : HtmlTags
Value ( string value ) : TextAreaTag

Method Details

Cols() public méthode

public Cols ( int cols ) : TextAreaTag
cols int
Résultat TextAreaTag

Rows() public méthode

public Rows ( int rows ) : TextAreaTag
rows int
Résultat TextAreaTag

TextAreaTag() public méthode

public TextAreaTag ( ) : HtmlTags
Résultat HtmlTags

Value() public méthode

public Value ( string value ) : TextAreaTag
value string
Résultat TextAreaTag