Works with views represented as web pages.

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

Syntax

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

Remarks

ViewInfo objects for this views manager should be of WebformsViewInfo type. That is why the WinformsViewsManager is often used in combination with ViewInfosProviderType set to WebformsViewInfosProvider.

Inheritance Hierarchy

System..::.Object
  MVCSharp.Core.Views..::.ViewsManagerBase
    MVCSharp.Webforms..::.WebformsViewsManager

See Also