Namespace XploRe.AspNetCore.Mvc.TagHelpers
Classes
Authorises the ClaimsPrincipal in the view's
Microsoft.AspNetCore.Http.HttpContext against policies, claims and roles. If either
authorisation fails, the HTML element is suppressed.
Adds the display markup of a model property expression specified by the xn-display-for
attribute to
the beginning of the tag. The tag will always be rendered with a separate start and end tag.
Adds the display name of a model property expression specified by the xn-display-name-for
attribute
to the beginning of the tag. The tag will always be rendered with a separate start and end tag.
Appends the short display name of a model property expression specified by the xn-short-display-name-for
attribute to the end of the tag. The tag will always be rendered with a separate start and end tag.
Adds CSS class(es) defined by the attribute xn-validation-error-class
to a tag if validation failed
for the model field identified by the expression in attribute xn-validation-for
.