Class QueryParameter
Inherited Members
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 |