EscapeValueAttributeEscape Method

This is used to HTML encode and escape an MSBuild property value

Definition

Namespace: SandcastleBuilder.Utils.Design
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public static string Escape(
	string unescapedValue
)

Parameters

unescapedValue  String
The unescaped value

Return Value

String
The HTML encoded escaped value

See Also