UrlFlags Enumeration

Flags for retrieval of URLs via IUrlsManager.

Definition

Namespace: SMath.Manager.Network
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
C#
[FlagsAttribute]
public enum UrlFlags

Members

None0 No flags.
Localize1 The path of the URL is prepended by a path segment equal to Name of the related culture.

See Also