Class RedirectEditModel
Model for the redirect edit side panel.
public sealed class RedirectEditModel
- Inheritance
-
objectRedirectEditModel
- Extension Methods
Properties
RedirectTo
Gets or sets the web page to which the web page should redirect.
[RequiredValidationRule]
public IEnumerable<WebPageRelatedItem> RedirectTo { get; set; }
Property Value
- IEnumerable<WebPageRelatedItem>