RedirectResourceResult Constructor (String, IDictionary String, Object ) | Glimpse API Documentation |
Initializes a new instance of the RedirectResourceResult class.
Namespace: Glimpse.Core.ResourceResultAssembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)
Syntax
Parameters
- uriTemplate
- Type: System String
The Uri template. Uri templates should conform to http://tools.ietf.org/html/rfc6570RFC 6570
- data
- Type: System.Collections.Generic IDictionary String, Object
The Uri template parameter data.
Exceptions
Exception | Condition |
---|---|
System ArgumentNullException | Exception thrown if uriTemplate is null. |
See Also