PublishingOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |