Skip to content
DocsTry Aspire
DocsTry

LaunchProfile Properties

ClassProperties8 members
Represents a launch profile for a ProjectResource.
ApplicationUrlSection titled ApplicationUrlnullablestring?
Gets or sets the application URL for the launch profile.
public string? ApplicationUrl { get; set; }
CommandLineArgsSection titled CommandLineArgsnullablestring?
Gets or sets the command line arguments for the launch profile.
public string? CommandLineArgs { get; set; }
CommandNameSection titled CommandNamenullablestring?
Gets or sets the name of the launch profile.
public string? CommandName { get; set; }
DotnetRunMessagesSection titled DotnetRunMessagesnullablebool?
Gets or sets whether the project is configured to emit logs when running with dotnet run.
public bool? DotnetRunMessages { get; set; }
EnvironmentVariablesSection titled EnvironmentVariablesDictionary<string, string>
Gets or sets the environment variables for the launch profile.
public Dictionary<string, string> EnvironmentVariables { get; set; }
ExecutablePathSection titled ExecutablePathnullablestring?
Gets or sets the executable path for the launch profile.
public string? ExecutablePath { get; set; }
LaunchBrowserSection titled LaunchBrowsernullablebool?
Gets or sets the launch browser flag for the launch profile.
public bool? LaunchBrowser { get; set; }
LaunchUrlSection titled LaunchUrlnullablestring?
Gets or sets the launch URL for the launch profile.
public string? LaunchUrl { get; set; }