Table of Contents

Class PageConfigurationRequestModel

Namespace
Kentico.Xperience.Admin.Base
Assembly
Kentico.Xperience.Admin.Base.dll

Model describing request for getting page configuration.

public class PageConfigurationRequestModel
Inheritance
object
PageConfigurationRequestModel
Extension Methods

Properties

Path

Path of the page to get configuration for.

[Required(AllowEmptyStrings = true)]
[DisplayFormat(ConvertEmptyStringToNull = false)]
public string Path { get; set; }

Property Value

string