Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Support.Utility.UrlEncodeArgs Method

Encodes a string for use as a query string argument.

Class: YetaWF.Core.Support.Utility
Namespace: YetaWF.Core.Support
Assembly: YetaWF.Core

Syntax

public static string UrlEncodeArgs( string? s );

Parameters

s

The string to encode.

Return Value

Returns the string encoded for use as a query string argument.

See Also YetaWF.Core.Support.Utility ClassYetaWF.Core Overview