ResourceEndpointConfiguration GenerateUriTemplate Method (IResource, String, ILogger) | Glimpse API Documentation |
Generates the URI template.
Namespace: Glimpse.Core.FrameworkAssembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)
Syntax
Parameters
- resource
- Type: Glimpse.Core.Extensibility IResource
The resource.
- baseUri
- Type: System String
The base URI.
- logger
- Type: Glimpse.Core.Extensibility ILogger
The logger.
Return Value
A Uri template a client can expand to invoke a resource.Exceptions
Exception | Condition |
---|---|
System ArgumentNullException | Throws and exception if resource or logger is null. |
See Also