Click or drag to resize
IPageByUrlRetriever Interface
Encapsulates retrieving of a page based on virtual path.

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

The IPageByUrlRetriever type exposes the following members.

Methods
  NameDescription
Public methodTryRetrieve
Tries to retrieve a page based on given url.
Top
See Also