Class QueryParameter
Provides an internal structure to sort the query parameter.
Inheritance
System.Object
QueryParameter
Namespace: DotNetNuke.Services.Authentication.OAuth
Assembly: DotNetNuke.dll
Syntax
public class QueryParameter : object
Constructors
| Improve this Doc View SourceQueryParameter(String, String)
Initializes a new instance of the QueryParameter class.
Declaration
public QueryParameter(string name, string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | |
System.String | value |
Properties
| Improve this Doc View SourceName
Provides an internal structure to sort the query parameter.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Value
Provides an internal structure to sort the query parameter.
Declaration
public string Value { get; }
Property Value
Type | Description |
---|---|
System.String |