IWebSiteRequestSimpleContent Method |
Processes the request for content indicated by the path from root and file passed across.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax SimpleContent RequestSimpleContent(
string pathAndFile
)
Function RequestSimpleContent (
pathAndFile As String
) As SimpleContent
SimpleContent^ RequestSimpleContent(
String^ pathAndFile
)
abstract RequestSimpleContent :
pathAndFile : string -> SimpleContent
Parameters
- pathAndFile
- Type: SystemString
The path and file portion of a URL.
Return Value
Type:
SimpleContentAn object describing the result of the request.
See Also