Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Support.HtmlBuilder.Append Method

Appends a string to the current HTML content.

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

Syntax

public void Append( string? s );
public void Append(
    string? s,
    params object?[] parms );

Parameters

s

(not specified)

parms

An array of objects to format.

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