DotNetApiOptions Class
- Namespace
- Kampute.DocToolkit
- Assembly
- Kampute.DocToolkit.dll
Definition
Provides options for generating documentation addresses compatible with .NET API documentation.
public class DotNetApiOptions : HtmlAddressingOptions- Inheritance
- object
- AddressingOptions
- HtmlAddressingOptions
- DotNetApiOptions
Remarks
Constructors
| DotNetApiOptions() | Initializes a new instance of the DotNetApiOptions class. |

The DotNetApiOptions class provides configuration for documentation file addressing specifically tailored to match the structure of official .NET API documentation.
This class implements the following default configuration:- Sets file extension to HTML (
- Includes file extensions in generated URLs
- Uses the
- Places top-level topic files in the root directory
While official .NET documentation URLs don't have file extensions, this implementation includes them for better web server compatibility by default..html)apipath for API documentation