PlainTextODataQueryOptionsParser Class
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.
Reads and parses the content of a Stream into a query options part of an OData URL. The query options are passed in the request body as plain text.
public class PlainTextODataQueryOptionsParser : Microsoft.AspNet.OData.Query.IODataQueryOptionsParser
type PlainTextODataQueryOptionsParser = class
interface IODataQueryOptionsParser
Public Class PlainTextODataQueryOptionsParser
Implements IODataQueryOptionsParser
- Inheritance
-
PlainTextODataQueryOptionsParser
- Implements
Remarks
This class derives from a platform-specific class.
Constructors
PlainTextODataQueryOptionsParser() |
Methods
CanParse(HttpRequest) | |
CanParse(HttpRequestMessage) |
Determines whether this IODataQueryOptionsParser can parse the http request. |
ParseAsync(Stream) |
Reads and parses the content of a Stream into a query options part of an OData URL. |