HtmlEscape(input, leaveSingleQuotesAlone, leaveDoubleQuotesAlone) Indent(str, by, indentFirstLine) ParseInt(str, default_, style, provider) Replace(str, oldValue, newValue, comparison)
Legend Class Struct Enum Interface Delegate | Constructor Method Property Event Field |
| Extension method: bool UrlStartsWith(this string, string)Declarationpublic static bool UrlStartsWith(
this string url,
string path
) Summary
Determines whether the specified URL starts with the specified URL path. For example, the URL "/directory/file"
starts with "/directory" but not with "/dir". |