Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:   Microsoft.Owin.Security.OAuth.Messages
Assembly:  Microsoft.Owin.Security.OAuth (in Microsoft.Owin.Security.OAuth.dll)
Syntax
public bool IsFormPostResponseMode { get; }
public:
property bool IsFormPostResponseMode {
    bool get();
}
member IsFormPostResponseMode : bool with get
Public ReadOnly Property IsFormPostResponseMode As Boolean
Property Value
Type: System.Boolean
See Also
AuthorizeEndpointRequest Class
Microsoft.Owin.Security.OAuth.Messages Namespace
Return to top