Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
This member overrides ActionFilterAttribute.OnActionExecuting(HttpActionContext).
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Overrides Sub OnActionExecuting ( _
actionContext As HttpActionContext _
)
public override void OnActionExecuting(
HttpActionContext actionContext
)
public:
virtual void OnActionExecuting(
HttpActionContext^ actionContext
) override
abstract OnActionExecuting :
actionContext:HttpActionContext -> unit
override OnActionExecuting :
actionContext:HttpActionContext -> unit
public override function OnActionExecuting(
actionContext : HttpActionContext
)
Parameters
- actionContext
Type: System.Web.Http.Controllers.HttpActionContext
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.