Skip to content
DocsTry Aspire
DocsTry

CSharpAppResource Constructors

ClassConstructors1 member
A resource that represents a specified C# project or file-based app.
A resource that represents a specified C# project or file-based app.
public class CSharpAppResource
{
public CSharpAppResource(
string name)
{
// ...
}
}
namestringThe name of the resource.