HtmlTemplateOperation.ReplaceWith Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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