Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Calyptus
Mvc
HttpParentActionHandler.RenderableHandler
C# Class Calyptus.Mvc.HttpParentActionHandler.RenderableHandler
Inheritance:
IHttpHandler
Show file
Open project: sebmarkbage/calyptus.mvc
Public Properties
Property
Type
Description
Context
IHttpContext
Handler
ParentActionHandler
Value
object
Public Methods
Method
Description
ProcessRequest
(
HttpContext
context
) :
void
Method Details
ProcessRequest()
public
method
public
ProcessRequest
(
HttpContext
context
) :
void
context
System.Web.HttpContext
return
void
Property Details
Context
public property
public
IHttpContext
Context
return
IHttpContext
Handler
public property
public
ParentActionHandler,Calyptus.Mvc
Handler
return
ParentActionHandler
Value
public property
public
object
Value
return
object