AuthenticationProperties.RedirectUri Property

Definition

Gets or sets the full path or absolute URI to be used as an http redirect response value.

public:
 property System::String ^ RedirectUri { System::String ^ get(); void set(System::String ^ value); };
public string RedirectUri { get; set; }
public string? RedirectUri { get; set; }
[System.Text.Json.Serialization.JsonIgnore]
public string? RedirectUri { get; set; }
member this.RedirectUri : string with get, set
[<System.Text.Json.Serialization.JsonIgnore>]
member this.RedirectUri : string with get, set
Public Property RedirectUri As String

Property Value

Attributes

Applies to