| EscapeValueAttributeEscape Method |
This is used to HTML encode and escape an MSBuild property value.
Namespace: SandcastleBuilder.Utils.DesignAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public static string Escape(
string unescapedValue
)
Public Shared Function Escape (
unescapedValue As String
) As String
public:
static String^ Escape(
String^ unescapedValue
)
static member Escape :
unescapedValue : string -> string
Parameters
- unescapedValue
- Type: SystemString
The unescaped value
Return Value
Type:
StringThe HTML encoded escaped value
See Also