1 implementation of TryGetValue
Microsoft.AspNetCore.Http (1)
Internal\RequestCookieCollection.cs (1)
119public bool TryGetValue(string key, [NotNullWhen(true)] out string? value)
1 reference to TryGetValue
Microsoft.AspNetCore.Components.Testing (1)
Infrastructure\TestInfrastructureStartupFilter.cs (1)
26if (context.Request.Cookies.TryGetValue("test-session-id", out var sessionId))