DataWeb
Search Results for

    Show / Hide Table of Contents

    Enum NavigationAuthorizeAttribute.ResponseErrorCode

    Defines the HTTP error status code returned when authorization fails and StatusCode is active.

    • Forbidden — returns 403 Forbidden (default).
    • NotFound — returns 404 Not Found, useful to hide the existence of a resource.
    Namespace: DataWeb.Filter
    Assembly: DataWeb.Core.dll
    Syntax
    public enum NavigationAuthorizeAttribute.ResponseErrorCode

    Fields

    Name Description
    Forbidden
    NotFound
    In this article
    Back to top Generated by DocFX