Table of Contents

Class ViewType

Namespace
System.Web.Mvc
Assembly
System.Web.Mvc.dll

Represents the type of a view.

public class ViewType : Control
Inheritance
ViewType

Constructors

ViewType()

Initializes a new instance of the ViewType class.

public ViewType()

Properties

TypeName

Gets or sets the name of the type.

public string TypeName { get; set; }

Property Value

string

The name of the type.