Nucleus .Net Core CMS

HtmlHelpers.AccountHtmlHelper Class

Namespace: Nucleus.ViewFeatures.HtmlHelpers
Assembly: Nucleus.ViewFeatures.dll
Html helper used to render an account control.

Methods

Account (IHtmlHelper,Object) Method

Account (IHtmlHelper htmlHelper, Object htmlAttributes)
Renders an account control.
Parameters
Name Type
htmlHelper Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper
htmlAttributes Object

Account (IHtmlHelper,String,Object) Method

Account (IHtmlHelper htmlHelper, String buttonClass, Object htmlAttributes)
Renders an account control.
Parameters
Name Type
htmlHelper Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper
buttonClass String

If a non-blank value is specified, the value is appended to the css class for buttons within the account control, and the default "btn-secondary" class is not applied.

htmlAttributes Object