C# Class Project.Web.App.Helpers.HtmlHelpers_Links

Exibir arquivo Open project: tylermercier/mvc_template

Public Methods

Method Description
DangerLink ( this html, string text, string action ) : IHtmlString
DefaultLink ( this html, string text, string action ) : IHtmlString
InfoLink ( this html, string text, string action ) : IHtmlString
PrimaryLink ( this html, string text, string action ) : IHtmlString
SuccessLink ( this html, string text, string action ) : IHtmlString
WarningLink ( this html, string text, string action ) : IHtmlString

Private Methods

Method Description
LinkBase ( string text, string type, string action ) : IHtmlString

Method Details

DangerLink() public static method

public static DangerLink ( this html, string text, string action ) : IHtmlString
html this
text string
action string
return IHtmlString

DefaultLink() public static method

public static DefaultLink ( this html, string text, string action ) : IHtmlString
html this
text string
action string
return IHtmlString

InfoLink() public static method

public static InfoLink ( this html, string text, string action ) : IHtmlString
html this
text string
action string
return IHtmlString

PrimaryLink() public static method

public static PrimaryLink ( this html, string text, string action ) : IHtmlString
html this
text string
action string
return IHtmlString

SuccessLink() public static method

public static SuccessLink ( this html, string text, string action ) : IHtmlString
html this
text string
action string
return IHtmlString

WarningLink() public static method

public static WarningLink ( this html, string text, string action ) : IHtmlString
html this
text string
action string
return IHtmlString