C# Class HtmlTags.Extensions.Tags

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

Méthodes publiques

Méthode 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 méthode

public static Checkbox ( bool isSelected ) : CheckboxTag
isSelected bool
Résultat CheckboxTag

CssLink() public static méthode

public static CssLink ( string path ) : HtmlTag
path string
Résultat HtmlTag

Script() public static méthode

public static Script ( string javascript ) : ScriptTag
javascript string
Résultat ScriptTag

ScriptInclude() public static méthode

public static ScriptInclude ( string path ) : HtmlTag
path string
Résultat HtmlTag

SpanText() public static méthode

public static SpanText ( string text ) : HtmlTag
text string
Résultat HtmlTag