DataServiceBaseGetResource Method

Gets a resource.

Definition

Namespace: Common.Core.Classes
Assembly: Common.Core (in Common.Core.dll) Version: 2.1.5
C#
public string? GetResource(
	string uri
)

Parameters

uri  String
Uniform Resource Identifier.

Return Value

String
Resource as a JSON string if there were no errors while processing the request.

Exceptions

AggregateExceptionRepresents one or more errors that occur during execution.

See Also