Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Components.YetaWFPageBase.HE Method

Encodes the provided text suitable for use as HTML.

Class: YetaWF.Core.Components.YetaWFPageBase
Namespace: YetaWF.Core.Components
Assembly: YetaWF.Core

Syntax

public string HE( string? text );

Parameters

text

The string to encode.

Return Value

Returns encoded HTML.

See Also YetaWF.Core.Components.YetaWFPageBase ClassYetaWF.Core Overview