API reference
Method TryGetEventProperty
- Namespace
- DisCatSharp.Hosting.AspNetCore.Ingress.WebhookEvents
- Assembly
- DisCatSharp.Hosting.AspNetCore.dll
TryGetEventProperty(string, out JsonElement)
Attempts to resolve a property from the nested event object.
public bool TryGetEventProperty(string name, out JsonElement value)
Parameters
namestringThe property name to resolve.
valueJsonElementThe resolved JSON value.