Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Support.Utility.HE Method

Encodes a string for use as HTML.

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

Syntax

public static string HE( string? s );

Parameters

s

The string to encode.

Return Value

Returns the encoded HTML.

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