AgentHostApp.App Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Escape hatch to the underlying WebApplication. Use this to add custom middleware, routes, or other ASP.NET Core configuration.
public Microsoft.AspNetCore.Builder.WebApplication App { get; }
member this.App : Microsoft.AspNetCore.Builder.WebApplication
Public ReadOnly Property App As WebApplication