Table of Contents

Class RetrieveCurrentPageParameters

Namespace
Kentico.Content.Web.Mvc
Assembly
Kentico.Content.Web.Mvc.dll

Parameters used during retrieval of current page. IContentRetriever

public sealed class RetrieveCurrentPageParameters : RetrieveParametersBase<RetrieveCurrentPageParameters>
Inheritance
object
RetrieveCurrentPageParameters
Inherited Members
Extension Methods

Constructors

RetrieveCurrentPageParameters()

public RetrieveCurrentPageParameters()

Properties

IncludeUrlPath

Indicates if the URL path should be included in the retrieved data.

public bool IncludeUrlPath { get; init; }

Property Value

bool