Method ResolveEndpoint
ResolveEndpoint<T>()
public static string ResolveEndpoint<T>()
Returns
Type Parameters
T
ResolveEndpoint<T>(NamedEntity?, string?)
Resolves the endpoint for the specified entity type.
public static string ResolveEndpoint<T>(NamedEntity? owner, string? itemName = null)
Parameters
owner
NamedEntityitemName
string
Returns
Type Parameters
T
Exceptions
ResolveEndpoint<T>(IEnumerable<string>)
Resolves the endpoint for the specified entity type.
public static string ResolveEndpoint<T>(IEnumerable<string> placeholderValues)
Parameters
placeholderValues
IEnumerable<string>
Returns
Type Parameters
T