Class PageConfigurationRequestModel
Model describing request for getting page configuration.
public class PageConfigurationRequestModel
- Inheritance
-
objectPageConfigurationRequestModel
- 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