Click or drag to resize
IViewQueryRawUri Method
Returns the raw REST URI which can be executed in a browser or using curl.

Namespace: Couchbase.Views
Assembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Uri RawUri()

Return Value

Type: Uri
A Uri object that represents the query. This query can be run within a browser.
See Also