Click or drag to resize
IWebSiteRequestSimpleContent Method
Processes the request for content indicated by the path from root and file passed across.

Namespace: VirtualRadar.Interface.WebSite
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
SimpleContent RequestSimpleContent(
	string pathAndFile
)

Parameters

pathAndFile
Type: SystemString
The path and file portion of a URL.

Return Value

Type: SimpleContent
An object describing the result of the request.
See Also