ViewQuery.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
public Uri RawUri()

Return Value

Type: Uri

[Missing <returns> documentation for "M:Couchbase.Views.ViewQuery.RawUri"]

Implements

IViewQuery.RawUri()
See Also