Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Controllers.HttpForbiddenResult.ExecuteResult Method

Processes the result of an action method and returns an HTTP response 403 (Forbidden).

Class: YetaWF.Core.Controllers.HttpForbiddenResult
Namespace: YetaWF.Core.Controllers
Assembly: YetaWF.Core

Syntax

public new void ExecuteResult( ActionContext context );

Parameters

context

The context in which the result is executed. The context information includes the controller, HTTP content, request context, and route data.

See Also YetaWF.Core.Controllers.HttpForbiddenResult ClassYetaWF.Core Overview