Query parameter name for specifying HTTP module names
Source position: custweb.pp line 98
public property TWebHandler.ModuleVariable : string |
Specifies the name of the query parameter used to determine which HTTP module should handle a request. Defaults to 'Module'. For example, '?Module=MyModule' would route to the MyModule HTTP module.
GetModuleName |