public static DisplayPage ParseFromFile( string filePath, string virtualFilePath )
Parameters
- filePath
- The full path to the file to parse.
- virtualFilePath
- The virtual path of the file to register with the DisplayPage instance.
Return Value
If the display page comment header is found, returns the DisplayPage instance. Returns null if the comment header is not found or the file does not exist.