ProjectResourceOptions Class

Definition

Various properties to modify the behavior of the project resource.

public class ProjectResourceOptions
type ProjectResourceOptions = class
Public Class ProjectResourceOptions
Inheritance
ProjectResourceOptions

Constructors

ProjectResourceOptions()

Properties

ExcludeKestrelEndpoints

If set, ignore endpoints coming from Kestrel configuration.

ExcludeLaunchProfile

If set, no launch profile will be used, and LaunchProfileName will be ignored.

LaunchProfileName

The launch profile to use. If null then the default launch profile will be used.

Applies to