AuthorizeEndpointRequest.IsFormPostResponseMode Property
Namespace: Microsoft.Owin.Security.OAuth.Messages
Assembly: Microsoft.Owin.Security.OAuth (in Microsoft.Owin.Security.OAuth.dll)
Syntax
'Declaration
Public ReadOnly Property IsFormPostResponseMode As Boolean
Get
'Usage
Dim instance As AuthorizeEndpointRequest
Dim value As Boolean
value = instance.IsFormPostResponseMode
public bool IsFormPostResponseMode { get; }
public:
property bool IsFormPostResponseMode {
bool get ();
}
member IsFormPostResponseMode : bool
function get IsFormPostResponseMode () : boolean
Property Value
Type: System.Boolean