Account (IHtmlHelper htmlHelper, Object htmlAttributes)
Name | Type |
---|---|
htmlHelper | Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper |
htmlAttributes | Object |
Account (IHtmlHelper htmlHelper, String buttonClass, Object htmlAttributes)
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 |