C# Class HtmlTags.AspNetCore.TestSite.HtmlHelperExtensions

Exibir arquivo Open project: HtmlTags/htmltags

Public Methods

Method 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 method

public static ButtonGroup ( this helper ) : HtmlTag
helper this
return HtmlTag

LinkButton() public static method

public static LinkButton ( this helper, string text, string url ) : HtmlTag
helper this
text string
url string
return HtmlTag

Lookup() public static method

public static Lookup ( this helper, string lookupBy ) : HtmlTag
helper this
lookupBy string
return HtmlTag

PrimaryButton() public static method

public static PrimaryButton ( this helper, string text ) : HtmlTag
helper this
text string
return HtmlTag