Contains information about views within the Web Forms presentation mechanism. In addition to base properties includes view url, since view activation requires redirecting browser to the proper url.

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

Syntax

C#
public class WebformsViewInfo : ViewInfo
Visual Basic (Declaration)
Public Class WebformsViewInfo _
	Inherits ViewInfo
Visual C++
public ref class WebformsViewInfo : public ViewInfo

Inheritance Hierarchy

System..::.Object
  MVCSharp.Core.Configuration.Views..::.ViewInfo
    MVCSharp.Webforms.Configuration..::.WebformsViewInfo

See Also