1 implementation of TryGetValue
Microsoft.AspNetCore.Http (1)
Internal\RequestCookieCollection.cs (1)
119
public bool
TryGetValue
(string key, [NotNullWhen(true)] out string? value)
1 reference to TryGetValue
SignalR.Client.FunctionalTestApp (1)
TestHub.cs (1)
145
if (cookies.
TryGetValue
(cookieName, out var cookieValue))