C# Class CTCClassSchedule.ProfilingViewEngine.WrappedView

Inheritance: IView
Afficher le fichier Open project: BellevueCollege/ClassSchedule

Méthodes publiques

Méthode Description
Render ( System.Web.Mvc.ViewContext viewContext, System writer ) : void

WrappedView ( IView wrapped, string name, bool isPartial ) : System.Web.Mvc

Method Details

Render() public méthode

public Render ( System.Web.Mvc.ViewContext viewContext, System writer ) : void
viewContext System.Web.Mvc.ViewContext
writer System
Résultat void

WrappedView() public méthode

public WrappedView ( IView wrapped, string name, bool isPartial ) : System.Web.Mvc
wrapped IView
name string
isPartial bool
Résultat System.Web.Mvc