Click or drag to resize
IPageUrlRetriever Interface
Provides an interface for retrieving the page URL based on given parameters.

Namespace: Kentico.Content.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public interface IPageUrlRetriever
Methods
  NameDescription
Public methodRetrieve(String, Boolean)
Retrieves URL for a page based on given properties.
Public methodRetrieve(TreeNode, Boolean)
Retrieves URL for given page.
Public methodRetrieve(TreeNode, String)
Retrieves URL for the given page in the given culture.
Public methodRetrieve(String, String, String)
Retrieves URL for a page based on given properties.
Top
See Also