IDistributedApplicationBuilder.addCSharpApp
Method
interface IDistributedApplicationBuilder { // ... omitted for brevity addCSharpApp( name: string, path: string, options?: ProjectResourceOptions): CSharpAppResource;}Signature
method
addCSharpAppbuilderAdds a C# application resource
addCSharpApp( name: string, path: string, options?: ProjectResourceOptions): CSharpAppResourceParameters
namestringpathstringoptionsProjectResourceOptionsoptionalReturns
CSharpAppResourceDefined on
This method is defined on the following type: