.Ctor - ONLY USE THIS .CTOR WHEN PAGE IS NOT AVAILABLE
             
| C# | Visual Basic | Visual C++ | 
public FlexiFilePath( string flexiPath, HttpRequest req )
Public Sub New ( _ flexiPath As String, _ req As HttpRequest _ )
public: FlexiFilePath( String^ flexiPath, HttpRequest^ req )
- flexiPath (String)
 - Either a URL or a file path
 
- req (HttpRequest)
 - The request which a URL is relative to