ODataQueryOptions.Request Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the request message associated with this instance.
public System.Net.Http.HttpRequestMessage Request { get; }
public Microsoft.AspNetCore.Http.HttpRequest Request { get; }
member this.Request : System.Net.Http.HttpRequestMessage
member this.Request : Microsoft.AspNetCore.Http.HttpRequest
Public ReadOnly Property Request As HttpRequestMessage
Public ReadOnly Property Request As HttpRequest
Property Value
Remarks
This signature uses types that are AspNet-specific.