London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Struct UrlRewriteEventArgs.Context

URL context, used to provide the context for rebasing

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: EPiServer.Web
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7
Syntax
public struct Context

Constructors

Context(UrlBuilder, UrlBuilder)

Initializes a new instance of the UrlRewriteEventArgs.Context class.

Declaration
public Context(UrlBuilder internalUrl, UrlBuilder externalUrl)
Parameters
Type Name Description
UrlBuilder internalUrl

The internal URL.

UrlBuilder externalUrl

The external URL.

Fields

ExternalUrl

The external context URL

Declaration
public UrlBuilder ExternalUrl
Field Value
Type Description
UrlBuilder

InternalUrl

The internal context URL

Declaration
public UrlBuilder InternalUrl
Field Value
Type Description
UrlBuilder

Extension Methods