Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Support.HtmlBuilder.Remove Method

Removes the specified range of characters from this instance.

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

Syntax

public void Remove(
    int startIndex,
    int length );

Parameters

startIndex

The zero-based position in this instance where removal begins.

length

The number of characters to remove.

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