ActivityLoggingAttribute.OnActionExecuting-Methode
Dieser Member überschreibt ActionFilterAttribute.OnActionExecuting(HttpActionContext).
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Overrides Sub OnActionExecuting ( _
actionContext As HttpActionContext _
)
public override void OnActionExecuting(
HttpActionContext actionContext
)
Parameter
- actionContext
Typ: System.Web.Http.Controllers.HttpActionContext
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.