SimpleWebHandlerParser Class
.NET Framework 3.0
This class supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Provides base functionality for parsing Web handler files.
Namespace: System.Web.UIAssembly: System.Web (in system.web.dll)
Notes to Inheritors:
When you inherit from SimpleWebHandlerParser, you must override the DefaultDirectiveName property.
- AspNetHostingPermission for operating in a hosted environment. Demand value: LinkDemand; Permission value: Minimal.
- AspNetHostingPermission for operating in a hosted environment. Demand value: InheritanceDemand; Permission value: Minimal.
Community Additions
ADD
Show: