2 references to IsGet
Microsoft.AspNetCore.StaticFiles (2)
StaticFileContext.cs (2)
75
_requestType = RequestType.
IsGet
;
93
public bool IsGetMethod => _requestType.HasFlag(RequestType.
IsGet
);