ProjectResourceOptions
Class net10.0
Various properties to modify the behavior of the project resource.
namespace Aspire.Hosting;
public class ProjectResourceOptions{ // ...}Constructors1
Section titled ConstructorsProperties3
Section titled PropertiesExcludeKestrelEndpointsget; setbool If set, ignore endpoints coming from Kestrel configuration.
ExcludeLaunchProfileget; setbool If set, no launch profile will be used, and LaunchProfileName will be ignored.
LaunchProfileNameget; setstring? The launch profile to use. If
null then the default launch profile will be used.