Nucleus .Net Core CMS

HtmlHelpers.LinkButtonHtmlHelper Class

Namespace: Nucleus.ViewFeatures.HtmlHelpers
Assembly: Nucleus.ViewFeatures.dll
Html helper used to render a link (A) element with a label and glyph which is styled as a button.

Methods

LinkButton (IHtmlHelper,String,String,String,Object) Method

LinkButton (IHtmlHelper htmlHelper, String glyph, String caption, String href, Object htmlAttributes)
Returns a link (A) element with a label and glyph.
Parameters
Name Type
htmlHelper Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper
glyph String
caption String
href String
htmlAttributes Object

LinkButton (IHtmlHelper,String,String,String,Boolean,Object) Method

LinkButton (IHtmlHelper htmlHelper, String glyph, String caption, String href, Boolean buttonStyle, Object htmlAttributes)
Returns a link (A) element with a label and glyph.
Parameters
Name Type
htmlHelper Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper
glyph String
caption String
href String
buttonStyle Boolean
htmlAttributes Object