StyleSheetHandlerProcessRequest Method (HttpContext) |
You will need to configure this handler in the Web.config file of your
web and register it with IIS before being able to use it. For more information
see the following link: http://go.microsoft.com/?linkid=8101007
Namespace:
Cadcorp.Web.UI.Controls.NoticeBoard.EmbeddedSearch
Assembly:
Cadcorp.Web.UI (in Cadcorp.Web.UI.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntaxpublic override void ProcessRequest(
HttpContext context
)
Public Overrides Sub ProcessRequest (
context As HttpContext
)
Parameters
- context
- Type: System.WebHttpContext
[Missing <param name="context"/> documentation for "M:Cadcorp.Web.UI.Controls.NoticeBoard.EmbeddedSearch.StyleSheetHandler.ProcessRequest(System.Web.HttpContext)"]
Implements
IHttpHandlerProcessRequest(HttpContext)
See Also