Click or drag to resize
PageByUrlRetriever Class
Encapsulates retrieving of a page based on virtual path.
Inheritance Hierarchy
SystemObject
  CMS.DocumentEngine.InternalPageByUrlRetriever

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

The PageByUrlRetriever type exposes the following members.

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