UrlBuilder Class

Base class for implementations of IUrlBuilder.

Definition

Namespace: SMath.Manager.Network
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
C#
public abstract class UrlBuilder : IUrlBuilder
Inheritance
Object    UrlBuilder
Derived
Implements
IUrlBuilder

Constructors

UrlBuilder Constructs the URL builder.

Properties

DefaultFlags Default flags for the URLs at this level.
Flags Flags which are actually used for building the URLs at this level.
Urls URLs manager the builder belongs to.

Methods

BuildArgsForLangAndReferer Builds the standard lang and referer arguments.
BuildUrl Builds the URL with the specified path and arguments.
CombineUrlFlags Removes removeFlags from defaultFlags and then adds addFlags.
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)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also