Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IStructuredQueryBuilder Interface

A IStructuredQueryBuilder is used to extract the query from a Uri.

Namespace:  System.Web.Http.Query
Assembly:  System.Web.Http (in System.Web.Http.dll)


public interface class IStructuredQueryBuilder

The IStructuredQueryBuilder type exposes the following members.

  NameDescription
Public methodGetStructuredQuery Build the StructuredQuery for the given uri. Return null if there is no query in the Uri.
Top
Show: