Click or drag to resize
PresentationUrlRedirect Class
Ensures redirection to the live URL of page based on culture name (for example en-us) and node ID.
Inheritance Hierarchy
SystemObject
  CMS.DocumentEnginePresentationUrlRedirect

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
public class PresentationUrlRedirect : IHttpHandler

The PresentationUrlRedirect type exposes the following members.

Constructors
  NameDescription
Public methodPresentationUrlRedirect
Top
Properties
  NameDescription
Public propertyIsReusable
Gets a value indicating whether another request can use the System.Web.IHttpHandler instance.
Top
Methods
  NameDescription
Public methodProcessRequest
Ensures redirection to the live URL of node based on provided culture and node ID.
Top
See Also