API reference
Method TryGetQueryValue
- Namespace
- DisCatSharp.Hosting.AspNetCore.Ingress.OAuth
- Assembly
- DisCatSharp.Hosting.AspNetCore.dll
TryGetQueryValue(string, out string?)
Attempts to resolve a callback query parameter.
public bool TryGetQueryValue(string name, out string? value)
Parameters
Returns
Exceptions
- ArgumentException
nameis empty.