PublicSitePagesUrls Class

Default implementation of IPublicSitePagesUrls.

Definition

Namespace: SMath.Manager.Network.UrlBuilders
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
C#
public class PublicSitePagesUrls : PublicSiteUrls, 
	IPublicSitePagesUrls, IPublicSiteUrls, IUrlBuilder
Inheritance
Object    UrlBuilder    PublicSiteUrls    PublicSitePagesUrls
Implements
IUrlBuilder, IPublicSitePagesUrls, IPublicSiteUrls

Constructors

PublicSitePagesUrls Default constructor for the Default implementation of IPublicSitePagesUrls. class.

Properties

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

Methods

ActivateOffline Builds the URL of the Offline Activation page on the public web site.
BuildArgsForLangAndReferer Builds the standard lang and referer arguments.
(Inherited from UrlBuilder)
BuildUrl Builds the URL with the specified path and arguments.
(Inherited from UrlBuilder)
Cloud Builds the URL of SMath Cloud application on the public web site.
CombineUrlFlags Removes removeFlags from defaultFlags and then adds addFlags.
(Inherited from UrlBuilder)
Contacts Builds the URL of the Contacts page on the public web site.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
Home Builds the URL of the Home page of the public web site.
License Builds the URL of the License Information page on the public web site.
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
MyLicenses Builds the URL of My Licenses page on the public web site.
Pricing Builds the URL of the Pricing page on the public web site.
Support Builds the URL of the Support page on the public web site.
ToStringReturns a string that represents the current object.
(Inherited from Object)
Translator Builds the URL of the Translator tool page on the public web site.

See Also