CookieAuthenticationOptions.ReturnUrlParameter 속성

정의

ReturnUrlParameter는 401 권한이 없음 상태 코드가 302 로그인 경로로 리디렉션으로 변경된 경우 미들웨어에서 추가되는 쿼리 문자열 매개 변수 이름을 확인합니다. 또한 이 항목은 로그인 경로 또는 로그아웃 경로에 요청이 도착할 때 작업이 수행된 후 원래 URL로 되돌아가기 위해 검색되는 쿼리 문자열 매개 변수입니다.

public:
 property System::String ^ ReturnUrlParameter { System::String ^ get(); void set(System::String ^ value); };
public string ReturnUrlParameter { get; set; }
member this.ReturnUrlParameter : string with get, set
Public Property ReturnUrlParameter As String

속성 값

적용 대상