Method ReplaceNonUrlChars
ReplaceNonUrlChars(string)
Replaces spaces with %20, other non url chars with corresponding html codes.
public static string ReplaceNonUrlChars(string s)
Parameters
s
string
Replaces spaces with %20, other non url chars with corresponding html codes.
public static string ReplaceNonUrlChars(string s)
s
string