M-Files Vault Application Framework
C#
Show/Hide TOC
Encode
Url
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 a URL encoded string.
Implements
IEncodingPlaceholderCommand
Encode(String)
See Also
Reference
EncodeUrlPlaceholder Class
MFiles.VAF.Placeholders.Commands Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also