AddressingOptions Class

Namespace
Kampute.DocToolkit.Routing
Assembly
  • Kampute.DocToolkit.dll

Definition

Provides options for addressing and organizing documentation files.
public abstract class AddressingOptions
Inheritance
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

FileExtensionGets or sets the file extension to be used for documentation files.
OmitExtensionInUrlsGets or sets a value indicating whether the file extension should be excluded from URLs.

See Also