UrlUtilsGetUrlWithParam Method (String, String, String) |
Adds, replaces or deletes a parameter of a URL.
Namespace:
PDTec.IceNet.Web.Utils
Assembly:
PDTec.IceNet.Web (in PDTec.IceNet.Web.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax public static string GetUrlWithParam(
string url,
string name,
string value
)
Parameters
- url
- Type: SystemString
The original URL. - name
- Type: SystemString
The parameter name. - value
- Type: SystemString
The parameter value. Set value to null to delete the url parameter specified by name.
Return Value
Type:
StringThe modified URL.
See Also