17 references to XRequestedWith
Microsoft.AspNetCore.Authentication.Cookies (1)
Microsoft.AspNetCore.Http.Features (2)
Microsoft.AspNetCore.HttpLogging (1)
Microsoft.AspNetCore.Identity.InMemory.Test (1)
Microsoft.AspNetCore.OutputCaching (1)
Microsoft.AspNetCore.Server.Kestrel.Core (9)
Internal\Http\HttpHeaders.Generated.cs (9)
372HeaderNames.XRequestedWith,
2537if (!TryGetUnknown(HeaderNames.XRequestedWith, ref value))
2546SetValueUnknown(HeaderNames.XRequestedWith, value);
10790if (!TryGetUnknown(HeaderNames.XRequestedWith, ref value))
10799ValidateHeaderValueCharacters(HeaderNames.XRequestedWith, value, EncodingSelector);
10800SetValueUnknown(HeaderNames.XRequestedWith, value);
17117if (!TryGetUnknown(HeaderNames.XRequestedWith, ref value))
17126ValidateHeaderValueCharacters(HeaderNames.XRequestedWith, value, EncodingSelector);
17127SetValueUnknown(HeaderNames.XRequestedWith, value);
Microsoft.AspNetCore.SignalR.Client.Tests (1)
Microsoft.AspNetCore.SignalR.Tests (1)