Class UrlBuilderEventArgs
Event args for the UrlBuilder.
Inherited Members
      System.EventArgs.Empty
    
    
      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.Web.Routing
Assembly: EPiServer.dll
Version: 7.19.2Syntax
public class UrlBuilderEventArgs : RequestContextEventArgsConstructors
UrlBuilderEventArgs(UrlBuilder)
Initializes a new instance of the UrlBuilderEventArgs class.
Declaration
[Obsolete("Use the constuctor that also takes a RequestContext and RouteValueDictionary")]
public UrlBuilderEventArgs(UrlBuilder urlBuilder)Parameters
| Type | Name | Description | 
|---|---|---|
| UrlBuilder | urlBuilder | The URL builder. | 
UrlBuilderEventArgs(RequestContext, RouteValueDictionary, UrlBuilder)
Initializes a new instance of the UrlBuilderEventArgs class.
Declaration
public UrlBuilderEventArgs(RequestContext requestContext, RouteValueDictionary routeValues, UrlBuilder urlBuilder)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Web.Routing.RequestContext | requestContext | The request context. | 
| System.Web.Routing.RouteValueDictionary | routeValues | The route values. | 
| UrlBuilder | urlBuilder | The URL builder. | 
Properties
UrlBuilder
Gets the URL builder.
Declaration
public UrlBuilder UrlBuilder { get; }Property Value
| Type | Description | 
|---|---|
| UrlBuilder | 
