Argentini.Halide.H3Http.DeleteUrlParameter C# (CSharp) Method

DeleteUrlParameter() public static method

Remove a URL parameter from the current URL parameter list and return the new request string.
public static DeleteUrlParameter ( String urlParam ) : String
urlParam String Name of the URL parameter to remove.
return String
        public static String DeleteUrlParameter(String urlParam)
        {
            return DeleteUrlParameter(urlParam, GetUrlParams());
        }

Same methods

H3Http::DeleteUrlParameter ( String urlParam, String urlParameterString ) : String