HtmlTemplateOperation Class
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.
Item in Operations to apply to this template
public class HtmlTemplateOperation
type HtmlTemplateOperation = class
Public Class HtmlTemplateOperation
- Inheritance
-
HtmlTemplateOperation
Constructors
| Name | Description |
|---|---|
| HtmlTemplateOperation() | |
Properties
| Name | Description |
|---|---|
| Action |
Operation action to take; possible values are "Replace" |
| MatchAgsint |
For Replace operations, the string to match against (to be replaced with ReplaceWith string) |
| ReplaceWith |
For Replace operations, the string to Replace the original string with |