UrlUtil Members
The UrlUtil type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetParameter |
Gets the parameter.
|
|
GetQuerystring |
Gets the querystring.
|
|
IsSecureConnection(HttpRequest) |
Determines whether the connection is secure connection for the specified request.
|
|
IsSecureConnection(HttpContext) |
Determines whether the connection is secure connection for the specified request.
|
|
IsSecureConnection(HttpContextBase) |
Determines whether the connection is secure connection for the specified request.
|
|
IsSecureConnection(RequestContext) |
Determines whether the connection is secure connection for the specified request.
|
|
RemoveParameter |
Removes the parameter.
|
|
RemoveParameters |
Removes the parameters.
|
|
SetParameter |
Sets the parameter.
|