Class OpenIDConstants.ResponseModes
Response modes.
Inheritance
System.Object
OpenIDConstants.ResponseModes
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ComponentSpace.OpenID
Assembly: ComponentSpace.OpenID.dll
Syntax
public static class ResponseModes
Fields
FormPost
Form post.
Declaration
public const string FormPost = "form_post"
Field Value
Type | Description |
---|---|
System.String |
Fragment
Fragment.
Declaration
public const string Fragment = "fragment"
Field Value
Type | Description |
---|---|
System.String |
Query
Query.
Declaration
public const string Query = "query"
Field Value
Type | Description |
---|---|
System.String |