CookieAuthenticationOptions.ReturnUrlParameter Property

Definition

The ReturnUrlParameter determines the name of the query string parameter which is appended by the handler during a Challenge. This is also the query string parameter looked for when a request arrives on the login path or logout path, in order to return to the original url after the action is performed.

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

Property Value

Applies to