Enum RouteConfig
Namespace: Camille.RiotGames.Enums
Assembly: Camille.RiotGames.dll
Syntax
public enum RouteConfig
Fields
Name | Description |
---|---|
InHeader | The Region should be a header instead of in the URL |
InQueryParam | The Region should be in the URL query parameters |
InUrl | The Region should be in the URL, inserted where "{0}" is (using string.Format) |