C# Class HtmlTags.Extensions.InputTag

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

Public Methods

Method Description
InputTag ( ) : System
InputTag ( Action configure ) : System
Name ( string name ) : InputTag
Value ( string value ) : InputTag

Protected Methods

Method Description
Type ( string type ) : InputTag

Method Details

InputTag() public method

public InputTag ( ) : System
return System

InputTag() public method

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

Name() public method

public Name ( string name ) : InputTag
name string
return InputTag

Type() protected method

protected Type ( string type ) : InputTag
type string
return InputTag

Value() public method

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