Class ContentTypeSelectionModel
Create web page model.
public sealed class ContentTypeSelectionModel
- Inheritance
-
objectContentTypeSelectionModel
- Extension Methods
Properties
ContentType
Content type of the web page.
[RequiredValidationRule]
public TileSelectorItem ContentType { get; set; }
Property Value
DisplayName
Name of the web page.
[MaxLengthValidationRule(100)]
[RequiredValidationRule]
public string DisplayName { get; set; }
Property Value
- string