Skip to content

DocumentationExportOptions

Options for the opt-in documentation export ambient command.

public sealed class DocumentationExportOptions

Gets or sets the command route used for documentation export.

public string CommandRoute { get; set; }

string

Gets or sets a value indicating whether the command is hidden by default.

public bool HiddenByDefault { get; set; }

bool