Topic.AddXmlSectionHtml Method

Stores HTML corresponding to a given XML comment section (e.g. "<summary>") of this topic, for later access by methods such as WriteSummaryHtml.

Parent Type: Topic

Namespace: DwellNet.CodeDoc

Assembly: CodeDocApi.dll

Syntax
C#

public void AddXmlSectionHtml (
XmlCommentSection section,
string html

)

Parameters

section

The XML comment section.

html

The string of HTML to store.

Remarks

This method should only be called by a renderer assembly.