IPublicSiteUrls Interface

Base interface which provides building of URLs for the public web site of the product.

Definition

Namespace: SMath.Manager.Network.UrlBuilders
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
C#
public interface IPublicSiteUrls : IUrlBuilder
Implements
IUrlBuilder

Properties

DefaultFlags Default flags for the URLs at this level.
(Inherited from IUrlBuilder)
Flags Flags which are actually used for building the URLs at this level.
(Inherited from IUrlBuilder)
Urls URLs manager the builder belongs to.
(Inherited from IUrlBuilder)
WebSiteUrl URL of the public web site of the product.

See Also