C# Class CTCClassSchedule.ProfilingViewEngine.WrappedView

Inheritance: IView
Datei anzeigen Open project: BellevueCollege/ClassSchedule

Public Methods

Method Description
Render ( System.Web.Mvc.ViewContext viewContext, System writer ) : void

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

Method Details

Render() public method

public Render ( System.Web.Mvc.ViewContext viewContext, System writer ) : void
viewContext System.Web.Mvc.ViewContext
writer System
return void

WrappedView() public method

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