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

속성 값

적용 대상