net6.0-windows
namespace Microsoft.AspNetCore.Http
{
public static class HeaderParsingHttpRequestExtensions
{
public static bool TryGetHeaderValue<T>(this HttpRequest! request, HeaderKey<T>! header, [NotNullWhen(true)] out T value)
where T, notnull;
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to net6.0 | |
Assembly | Microsoft.AspNetCore.HeaderParsing , Version=8.10.0.0, PublicKeyToken=31bf3856ad364e35 |
Referencing | Your project needs a package reference to |
Package | Microsoft.AspNetCore.HeaderParsing net6.0 |
Platform Restrictions | This API is supported on all platforms. |