Public Access
Archive meeting workflow and screenshot changes
This commit is contained in:
@@ -176,7 +176,10 @@ steps:
|
||||
value: "Known speaker identified: @Model.Speaker.Name"
|
||||
```
|
||||
|
||||
The engine only invokes Razor when the value contains `@`.
|
||||
The engine invokes Razor when the value contains an unescaped `@` that is not part of a
|
||||
valid email address token. Literal email addresses such as `Support@contoso.com` are left
|
||||
unchanged; if the same value also contains a Razor expression, the email `@` is escaped
|
||||
before rendering so the address still appears normally in the rendered result.
|
||||
|
||||
## Steps
|
||||
|
||||
|
||||
Reference in New Issue
Block a user