Loads the contents of a HTML file.
Namespace: CuteEditor.DialogsAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
C# |
---|
public string LoadFromFile( string _filename ) |
Visual Basic |
---|
Public Function LoadFromFile ( _ _filename As String _ ) As String |
Visual C++ |
---|
public: String^ LoadFromFile( String^ _filename ) |
Parameters
- _filename
- Type: System..::..String