Table of Contents

Method ReplaceNonUrlChars

Namespace
Alternet.UI
Assembly
Alternet.UI.Interfaces.dll

ReplaceNonUrlChars(string)

Replaces spaces with %20, other non url chars with corresponding html codes.

public static string ReplaceNonUrlChars(string s)

Parameters

s string

Returns

string