SandcastleProjectReplacementValueFor Method

This is used by the replacement tag handler to get simple project property values that require no other modification or simple ones that can be handled here.

Definition

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public string ReplacementValueFor(
	string name
)

Parameters

name  String
The property name for which to get the value

Return Value

String
The property value as a string if found or null if not found. If the property name starts with "HtmlEnc", the return value is HTML encoded. Boolean values and those ending with "SdkLinkType" are converted to lowercase for use in XML attribute values.

See Also