Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Support.HtmlBuilder.Replace Method

Replaces all occurrences of a specified string in this instance with another specified string.

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

Syntax

public StringBuilder Replace(
    string oldStr,
    string? newStr );

Parameters

oldStr

The string to replace.

newStr

The string that replaces oldValue, or null.

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