Class OpenIDConstants.DisplayModes
Display modes.
Inheritance
System.Object
OpenIDConstants.DisplayModes
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 DisplayModes
Fields
Page
Page.
Declaration
public const string Page = "page"
Field Value
Type | Description |
---|---|
System.String |
Popup
Popup window.
Declaration
public const string Popup = "popup"
Field Value
Type | Description |
---|---|
System.String |
Touch
Touch interface.
Declaration
public const string Touch = "touch"
Field Value
Type | Description |
---|---|
System.String |
Wap
Phone.
Declaration
public const string Wap = "wap"
Field Value
Type | Description |
---|---|
System.String |