Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Support.Utility.UrlDecodeArgs Method

Decodes an encoded query string argument.

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

Syntax

public static string UrlDecodeArgs( string? s );

Parameters

s

The encoded query string argument.

Return Value

Returns the decoded string.

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