Nucleus .Net Core CMS

HtmlHelpers.SubmitButtonHtmlHelper Class

Namespace: Nucleus.ViewFeatures.HtmlHelpers
Assembly: Nucleus.ViewFeatures.dll
Html helper used to render a input element with a label and glyph.

Methods

SubmitButton (IHtmlHelper,String,String,String,Object) Method

SubmitButton (IHtmlHelper htmlHelper, String glyph, String caption, String formaction, Object htmlAttributes)
Returns an (input) element with a label and glyph.
Parameters
Name Type
htmlHelper Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper
glyph String
caption String
formaction String
htmlAttributes Object