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: 2024.9.12.0
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
- unescapedValue String
- The unescaped value
StringThe HTML encoded escaped value