IViewQuery.RawUri Method Couchbase .NET SDK 2.0
Returns the raw REST URI which can be executed in a browser or using curl.

Namespace: Couchbase.Views
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.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