Helper method used to Respond to the request that the file was not found.

Namespace: MonoSoftware.MonoX
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
protected void RespondFileNotFound(
	HttpContext context
)
Visual Basic
Protected Sub RespondFileNotFound ( 
	context As HttpContext
)
Visual C++
protected:
void RespondFileNotFound(
	HttpContext^ context
)
F#
member RespondFileNotFound : 
        context : HttpContext -> unit 

Parameters

context
Type: System.Web..::..HttpContext
Context.

See Also