Argentini.Halide.H3Http.SetUrlParameterValue C# (CSharp) Méthode

SetUrlParameterValue() public static méthode

Add or Edit a URL parameter value in the current URL. If the parameter exists, it is modified. Otherwise, its value is changed.
public static SetUrlParameterValue ( String urlParam, String value ) : String
urlParam String Name of the URL parameter.
value String Value of the URL parameter to add or edit.
Résultat String
        public static String SetUrlParameterValue(String urlParam, String value)
        {
            return SetUrlParameterValue(urlParam, value, GetUrlParams());
        }

Same methods

H3Http::SetUrlParameterValue ( String urlParam, String value, String urlParameterString ) : String