HtmlTemplateOperation.ReplaceWith Property

Definition

For Replace operations, the string to Replace the original string with

[System.Text.Json.Serialization.JsonPropertyName("ReplaceWith")]
public string ReplaceWith { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("ReplaceWith")>]
member this.ReplaceWith : string with get, set
Public Property ReplaceWith As String

Property Value

Attributes

Applies to