HtmlAddressingOptions.IndexTopicName Property
- Namespace
- Kampute.DocToolkit.Routing
- Assembly
- Kampute.DocToolkit.dll
Definition
Gets or sets the filename (without extension) used for topics with subtopics and pinned topics.
public string IndexTopicName { get; set; }Property Value
- string
- The name of the topic file for topics with subtopics and pinned topics. The default value is "index".
Exceptions
- ArgumentException
- Thrown when the value is
null, empty, or contains invalid characters.
