DataWeb
Search Results for

    Show / Hide Table of Contents

    Enum NavigationAuthorizeAttribute.ResponseMode

    Defines how the filter responds when authorization fails.

    • StatusCode — returns an HTTP status code (default).
    • Redirect — redirects to the access-denied page, preserving the original URL as a returnurl query parameter.
    Namespace: DataWeb.Filter
    Assembly: DataWeb.Core.dll
    Syntax
    public enum NavigationAuthorizeAttribute.ResponseMode

    Fields

    Name Description
    Redirect
    StatusCode
    In this article
    Back to top Generated by DocFX