API reference
Property WebhooksPath
- Namespace
- DisCatSharp.Hosting.AspNetCore
- Assembly
- DisCatSharp.Hosting.AspNetCore.dll
WebhooksPath
Gets or sets the route segment used for webhook-related endpoints.
public string WebhooksPath { get; set; }
Property Value
Remarks
This segment is the shared parent for both WebhookEventsPath and IncomingWebhooksPath.