Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Support.Utility.HtmlDecode Method

Decodes a HTML encoded string.

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

Syntax

public static string HtmlDecode( string? s );

Parameters

s

The HTML encoded string.

Return Value

Returns the decoded string.

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