C# Class HtmlTags.Extensions.Tags

Mostrar archivo Open project: ryanohs/Fubu-HtmlTags-For-ASP.NET-MVC

Public Methods

Method Description
Checkbox ( bool isSelected ) : CheckboxTag
CssLink ( string path ) : HtmlTag
Script ( string javascript ) : ScriptTag
ScriptInclude ( string path ) : HtmlTag
SpanText ( string text ) : HtmlTag

Method Details

Checkbox() public static method

public static Checkbox ( bool isSelected ) : CheckboxTag
isSelected bool
return CheckboxTag

CssLink() public static method

public static CssLink ( string path ) : HtmlTag
path string
return HtmlTag

Script() public static method

public static Script ( string javascript ) : ScriptTag
javascript string
return ScriptTag

ScriptInclude() public static method

public static ScriptInclude ( string path ) : HtmlTag
path string
return HtmlTag

SpanText() public static method

public static SpanText ( string text ) : HtmlTag
text string
return HtmlTag