C# Class Blade.Views.RazorTemplate

Allows statically binding a Razor template as if it were a WebControl
Inheritance: WebControl
Show file Open project: kamsar/Blade

Protected Methods

Method Description
DoRender ( System.Web.UI.HtmlTextWriter output ) : void
GetCachingID ( ) : string

Method Details

DoRender() protected method

protected DoRender ( System.Web.UI.HtmlTextWriter output ) : void
output System.Web.UI.HtmlTextWriter
return void

GetCachingID() protected method

protected GetCachingID ( ) : string
return string