Table of Contents

Class IconRoute

Namespace
Tharga.Team
Assembly
Tharga.Team.dll

The route the platform serves stored icons from. Shared between the built-in StoredIconSource (which builds the URL) and the hosting layer (which maps the endpoint), so the two never drift.

public static class IconRoute
Inheritance
IconRoute
Inherited Members

Fields

Base

Base path of the icon-serving endpoint.

public const string Base = "/_tharga/icon"

Field Value

string

Methods

Url(string)

The URL that serves the stored icon with the given reference.

public static string Url(string reference)

Parameters

reference string

Returns

string