AgentHostApp.App Property

Definition

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

Property Value

Applies to