Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
System
Web
StaticFileHandler
C# Class System.Web.StaticFileHandler
Inheritance:
IHttpHandler
显示文件
Open project: kumpera/mono
Class Usage Examples
Public Methods
Method
Description
ProcessRequest
(
HttpContext
context
) :
void
Private Methods
Method
Description
ValidFileName
(
string
fileName
) :
bool
Method Details
ProcessRequest()
public
method
public
ProcessRequest
(
HttpContext
context
) :
void
context
HttpContext
return
void