Gets or sets the view path of the view that can be selected for this content view model. Must be the relative path from the web content root, e.g. '~/Views/ContentPage.cshtml'. The view path is case insensitive.
public string ViewPath { get; set; }
- Type:
- string