TransformationArgumentContent Property

This is used to get or set the argument's content for complex arguments

Definition

Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public XElement Content { get; set; }

Property Value

XElement

Remarks

If set to a non-null value, the value of the Value property is ignored. The Value property takes precedence if both are set. The root element name is not relevant. Only the content is significant and will be used.

See Also