C# Class Calyptus.Mvc.HttpParentActionHandler.RenderableHandler

Inheritance: IHttpHandler
Afficher le fichier Open project: sebmarkbage/calyptus.mvc

Méthodes publiques

Свойство Type Description
Context IHttpContext
Handler ParentActionHandler
Value object

Méthodes publiques

Méthode Description
ProcessRequest ( HttpContext context ) : void

Method Details

ProcessRequest() public méthode

public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext
Résultat void

Property Details

Context public_oe property

public IHttpContext Context
Résultat IHttpContext

Handler public_oe property

public ParentActionHandler,Calyptus.Mvc Handler
Résultat ParentActionHandler

Value public_oe property

public object Value
Résultat object