IStructuredQueryBuilder.GetStructuredQuery Method
Build the StructuredQuery for the given uri. Return null if there is no query in the Uri.
Namespace: System.Web.Http.Query
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Function GetStructuredQuery ( _
uri As Uri _
) As StructuredQuery
'Usage
Dim instance As IStructuredQueryBuilder
Dim uri As Uri
Dim returnValue As StructuredQuery
returnValue = instance.GetStructuredQuery(uri)
StructuredQuery GetStructuredQuery(
Uri uri
)
StructuredQuery^ GetStructuredQuery(
Uri^ uri
)
abstract GetStructuredQuery :
uri:Uri -> StructuredQuery
function GetStructuredQuery(
uri : Uri
) : StructuredQuery
Parameters
- uri
Type: System.Uri
The Uri to build the StructuredQuery from
Return Value
Type: System.Web.Http.Query.StructuredQuery
The StructuredQuery