Represents a collection of WebformsViewInfo objects with methods to access elements by the view name and view url strings.

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  MVCSharp.Core.Configuration.Views..::.ViewInfoCollection
    MVCSharp.Webforms.Configuration..::.WebformsViewInfoCollection

See Also