QueryString
Gets the query string starting with a ?
, or null
.
Declaration
public string QueryString { get; }
Property Value
Type | Description |
---|---|
string |
Gets the query string starting with a ?
, or null
.
public string QueryString { get; }
Type | Description |
---|---|
string |