Table of Contents
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

string

Remarks

This segment is the shared parent for both WebhookEventsPath and IncomingWebhooksPath.