Show / Hide Table of Contents

    Namespace XploRe.AspNetCore.Mvc.TagHelpers

    Classes

    AuthorizeHelper

    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.

    DisplayHelper

    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.

    DisplayNameHelper

    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.

    ShortDisplayNameHelper

    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.

    ValidationClassHelper

    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.
    Back to top Copyright © 2017-2018, xplo.re IT Services, Michael Maier. All rights reserved.