C# Class HtmlTags.AspNetCore.TestSite.HtmlHelperExtensions

Afficher le fichier Open project: HtmlTags/htmltags

Méthodes publiques

Méthode Description
ButtonGroup ( this helper ) : HtmlTag
LinkButton ( this helper, string text, string url ) : HtmlTag
Lookup ( this helper, string lookupBy ) : HtmlTag
PrimaryButton ( this helper, string text ) : HtmlTag

Method Details

ButtonGroup() public static méthode

public static ButtonGroup ( this helper ) : HtmlTag
helper this
Résultat HtmlTag

LinkButton() public static méthode

public static LinkButton ( this helper, string text, string url ) : HtmlTag
helper this
text string
url string
Résultat HtmlTag

Lookup() public static méthode

public static Lookup ( this helper, string lookupBy ) : HtmlTag
helper this
lookupBy string
Résultat HtmlTag

PrimaryButton() public static méthode

public static PrimaryButton ( this helper, string text ) : HtmlTag
helper this
text string
Résultat HtmlTag