AccessDeniedContext.AccessDeniedPath 属性

定义

获取或设置用户代理将重定向到的终结点路径。 默认情况下,此属性设置为 AccessDeniedPath

public:
 property Microsoft::AspNetCore::Http::PathString AccessDeniedPath { Microsoft::AspNetCore::Http::PathString get(); void set(Microsoft::AspNetCore::Http::PathString value); };
public Microsoft.AspNetCore.Http.PathString AccessDeniedPath { get; set; }
member this.AccessDeniedPath : Microsoft.AspNetCore.Http.PathString with get, set
Public Property AccessDeniedPath As PathString

属性值

适用于