ViewInfo objects are used by views managers for view creation and activation. Base ViewInfo objects contain only information on view type and name (ViewType and ViewName properties), whereas different ViewInfo subclasses define properties specific to the corresponding presentation platforms.

Namespace:  MVCSharp.Core.Configuration.Views
Assembly:  MVCSharp (in MVCSharp.dll)
Version: 0.8.5217.34148

Syntax

C#
public class ViewInfo
Visual Basic (Declaration)
Public Class ViewInfo
Visual C++
public ref class ViewInfo

Remarks

It is unlikely you will need to manually create ViewInfo objects. Typically they are generated by the framework from ViewAttribute and derived attributes.

Inheritance Hierarchy

See Also