API reference
Property RoutePrefix
- Namespace
- DisCatSharp.Hosting.AspNetCore
- Assembly
- DisCatSharp.Hosting.AspNetCore.dll
RoutePrefix
Gets or sets the root route prefix used by MapDisCatSharpIngress(IEndpointRouteBuilder).
public string RoutePrefix { get; set; }
Property Value
Remarks
Specify / or an empty value to map the ingress surface at the application root.