共用方式為


PublishingOptions Class

Definition

Represents the options for publishing an application.

public sealed class PublishingOptions
type PublishingOptions = class
Public NotInheritable Class PublishingOptions
Inheritance
PublishingOptions

Constructors

PublishingOptions()

Fields

Publishing

The name of the publishing configuration section in the appsettings.json file.

Properties

OutputPath

Gets or sets the path to the directory where the published output will be written.

Publisher

Gets or sets the name of the publisher responsible for publishing the application.

Applies to