WebResourceIsIIS7Request Method |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic static bool IsIIS7Request(
HttpContext context
)
Public Shared Function IsIIS7Request (
context As HttpContext
) As Boolean
public:
static bool IsIIS7Request(
HttpContext^ context
)
static member IsIIS7Request :
context : HttpContext -> bool
Parameters
- context
- Type: System.WebHttpContext
Return Value
Type:
Boolean
See Also