BuildManagerCompiledView.DefaultViewPageActivator Class

Provides the default view page activator.

Inheritance Hierarchy

System. . :: . .Object
  System.Web.Mvc..::..BuildManagerCompiledView..::..DefaultViewPageActivator

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

Syntax

'Declaration
Protected Class DefaultViewPageActivator _
    Implements IViewPageActivator
'Usage
Dim instance As BuildManagerCompiledView.DefaultViewPageActivator
protected class DefaultViewPageActivator : IViewPageActivator
protected ref class DefaultViewPageActivator : IViewPageActivator
protected class DefaultViewPageActivator implements IViewPageActivator

The BuildManagerCompiledView..::..DefaultViewPageActivator type exposes the following members.

Constructors

  Name Description
Public method BuildManagerCompiledView. . :: . .DefaultViewPageActivator

Top

Methods

  Name Description
Public method Create Creates the default view page instance.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Remarks

A view page activator is responsible for instantiating instances of the view classes that were compiled from the view files. Classes that implement IViewPageActivator are discoverable by the dependency resolver.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.Web.Mvc Namespace