Gets or sets the name of the view that can be selected for this content type model. The view name is the filename of the Razor view without (.cshtml) extension and path, e.g. for a Razor view with path '~/Views/ContentPage.cshtml' the view name is 'ContentPage'. If the name causes conflicts with other views with the same name but a different view path, use the property instead. The view name is case insensitive.

public IReadOnlyList<string> Names { get; set; }
Type:
IReadOnlyList<string>
In this article