M-Files Vault Application Framework
C#
Show/Hide TOC
Encode
Html
Placeholder
Encode Method
Encodes an expanded text value.
Definition
Namespace:
MFiles.VAF.Placeholders.Commands
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
Copy
public
override
string
Encode
(
string
value
)
Parameters
value
String
The value to encode.
Return Value
String
Returns an HTML encoded string.
Implements
IEncodingPlaceholderCommand
Encode(String)
See Also
Reference
EncodeHtmlPlaceholder Class
MFiles.VAF.Placeholders.Commands Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also