MicrosoftChallengeProperties.ResponseMode Property

Definition

Caution

This parameter is not supported in MicrosoftAccountHandler.

Gets or sets the value for the response_mode parameter used for a challenge request. The response mode specifies the method that should be used to send the resulting token back to the app. Can be one of the following: query, fragment, form_post.

public:
 property System::String ^ ResponseMode { System::String ^ get(); void set(System::String ^ value); };
public string ResponseMode { get; set; }
[System.Obsolete("This parameter is not supported in MicrosoftAccountHandler.")]
public string? ResponseMode { get; set; }
member this.ResponseMode : string with get, set
[<System.Obsolete("This parameter is not supported in MicrosoftAccountHandler.")>]
member this.ResponseMode : string with get, set
Public Property ResponseMode As String

Property Value

Attributes

Applies to