This documentation is archived and is not being maintained.
AllowedHandler Enumeration
Visual Studio 2013
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
| Member name | Description | |
|---|---|---|
| All | The request can be processed in any manner. | |
| None | The request is forbidden. | |
| StaticAndAspNet | The request can be processed by ASP.NET excluding TFS handlers. Intended for static content like images, css and JavaScript files. | |
| TfsController | The request can be processed by TFS MVC routing and TFS Controllers. | |
| TfsHttpHandler | The request can be processed by TFS Http Handlers. | |
| TfsWebService | The request can be processed by TFS Web services. |
Show: