AddressingOptions Class
- Namespace
- Kampute.DocToolkit.Routing
- Assembly
- Kampute.DocToolkit.dll
Definition
Provides options for addressing and organizing documentation files.
public abstract class AddressingOptions- Inheritance
- object
- AddressingOptions
- Inherited by
Remarks
This abstract class defines common configuration options used by addressing strategies in the documentation system. Derived classes should extend these options with additional configuration properties specific to particular addressing schemes.
Constructors
| AddressingOptions(string) | Initializes a new instance of the AddressingStrategy class. |
Properties
| FileExtension | Gets or sets the file extension to be used for documentation files. |
| OmitExtensionInUrls | Gets or sets a value indicating whether the file extension should be excluded from URLs. |
