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.
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public string ReplacementValueFor(
string name
)
Public Function ReplacementValueFor (
name As String
) As String
public:
String^ ReplacementValueFor(
String^ name
)
member ReplacementValueFor :
name : string -> string
- name String
- The property name for which to get the value
StringThe 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.