CookieAuthenticationOptions.ReturnUrlParameter 속성

정의

ReturnUrlParameter는 Challenge 중에 처리기가 추가하는 쿼리 문자열 매개 변수의 이름을 결정합니다. 또한 이 항목은 로그인 경로 또는 로그아웃 경로에 요청이 도착할 때 작업이 수행된 후 원래 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

속성 값

적용 대상