Class RouteFormatter
This abstract base class defines common functionality for social service route formatting.
Inheritance
System.Object
RouteFormatter
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Social.Common.Rest
Assembly: EPiServer.Social.Common.Rest.dll
Version: 1.5.4Syntax
public abstract class RouteFormatter
Constructors
RouteFormatter()
Constructor
Declaration
public RouteFormatter()
Fields
queryString
The route query string.
Declaration
protected NameValueCollection queryString
Field Value
| Type | Description |
|---|---|
| System.Collections.Specialized.NameValueCollection |
Methods
Build()
Builds the route.
Declaration
public abstract string Build()
Returns
| Type | Description |
|---|---|
| System.String | The string representing the built route. |