This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Helper method used to Respond to the request that the file was not found.

Namespace: Smartsite.Web
Assembly:  Smartsite.Web (in Smartsite.Web.dll)

Syntax

C#Copy imageCopy Code
protected static void RespondFileNotFound(
	 context
)
Visual Basic (Declaration)Copy imageCopy Code
Protected Shared Sub RespondFileNotFound ( _
	context As  _
)

Parameters

context
HttpContext
Context.

See Also

Advanced