C# 클래스 HtmlTags.Extensions.TextAreaTag

상속: HtmlTags.HtmlTag
파일 보기 프로젝트 열기: ryanohs/Fubu-HtmlTags-For-ASP.NET-MVC

공개 메소드들

메소드 설명
Cols ( int cols ) : TextAreaTag
Rows ( int rows ) : TextAreaTag
TextAreaTag ( ) : HtmlTags
Value ( string value ) : TextAreaTag

메소드 상세

Cols() 공개 메소드

public Cols ( int cols ) : TextAreaTag
cols int
리턴 TextAreaTag

Rows() 공개 메소드

public Rows ( int rows ) : TextAreaTag
rows int
리턴 TextAreaTag

TextAreaTag() 공개 메소드

public TextAreaTag ( ) : HtmlTags
리턴 HtmlTags

Value() 공개 메소드

public Value ( string value ) : TextAreaTag
value string
리턴 TextAreaTag