Return no image photo response.

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

Syntax

C#
protected virtual void NoImageResponse(
	HttpContext context,
	string physicalPath
)
Visual Basic
Protected Overridable Sub NoImageResponse ( 
	context As HttpContext,
	physicalPath As String
)
Visual C++
protected:
virtual void NoImageResponse(
	HttpContext^ context, 
	String^ physicalPath
)
F#
abstract NoImageResponse : 
        context : HttpContext * 
        physicalPath : string -> unit 
override NoImageResponse : 
        context : HttpContext * 
        physicalPath : string -> unit 

Parameters

context
Type: System.Web..::..HttpContext
Http context
physicalPath
Type: System..::..String
Physical path

See Also