Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Support.Utility.HAE Method

Encodes a string for use as an HTML attribute.

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

Syntax

public static string HAE( string? s );

Parameters

s

The string to encode.

Return Value

Returns the string encoded for use as an HTML attribute.

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