Click or drag to resize
IPageUrlDataContextExtractor Interface
Interface for extracting the page URL data context from data for the router module.

Namespace: CMS.DocumentEngine.Routing.Internal
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
public interface IPageUrlDataContextExtractor

The IPageUrlDataContextExtractor type exposes the following members.

Methods
  NameDescription
Public methodTryExtract
Tries to extract the page URL data context from given data.
Top
See Also