DocInclude
import { DocInclude } from "@alloy-js/csharp";
<DocInclude file="string" path="string" />
import { DocInclude } from "@alloy-js/csharp/stc";
DocInclude({ file: string, path: string }).children(children)
file | string is the file name of an external XML file. The file name is interpreted relative to the file that contains the include tag. |
path | optionalstring is an XPath expression that selects some of the XML in the external XML file. |