Click or drag to resize
Sandcastle Help File BuilderEscapeValueAttributeEscape Method
This is used to HTML encode and escape an MSBuild property value.

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

Parameters

unescapedValue
Type: SystemString
The unescaped value

Return Value

Type: String
The HTML encoded escaped value
See Also