AddressingOptions.FileExtension Property

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

Definition

Gets or sets the file extension to be used for documentation files.
public string FileExtension { get; set; }

Property Value

string
The file extension (including the leading period) to be used for documentation files.

Exceptions

ArgumentException
Thrown when the value is null or empty.