Show / Hide Table of Contents

Class OpenIDConstants.ResponseModes

Response modes.

Inheritance
object
OpenIDConstants.ResponseModes
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: ComponentSpace.OpenID
Assembly: ComponentSpace.OpenID.dll
Syntax
public static class OpenIDConstants.ResponseModes

Fields

FormPost

Form post.

Declaration
public const string FormPost = "form_post"
Field Value
Type Description
string

Fragment

Fragment.

Declaration
public const string Fragment = "fragment"
Field Value
Type Description
string

Query

Query.

Declaration
public const string Query = "query"
Field Value
Type Description
string
In this article
Back to top Copyright © ComponentSpace Pty Ltd 2022-2026. All rights reserved.