Show / Hide Table of Contents

Class QueryParameter

Inheritance
object
QueryParameter
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.Authentication.OAuth
Assembly: DotNetNuke.dll
Syntax
public class QueryParameter

Constructors

QueryParameter(string, string)

Declaration
public QueryParameter(string name, string value)
Parameters
Type Name Description
string name
string value

Properties

Name

Declaration
public string Name { get; }
Property Value
Type Description
string

Value

Declaration
public string Value { get; }
Property Value
Type Description
string

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS