includefile Method
include another HTML snippet into an existing file the template parser will not parse any tags in this snippet after the text is inserted so we parse the tags here and return the complete html
Namespace: Scheduler Assembly: Scheduler (in Scheduler.dll) Version: 3.0.0.0 (4.0.0.12)
Syntax
C# |
public static string includefile( string sfile) |
VB |
Public Shared Function includefile ( sfile As String) As String |
Parameters
sfile
Type: System.String
The name of the file to include, path is relative to the location of the requested source file
Return Value
Type: Stringcomplete parsed HTML
See Also
functions Class
Scheduler Namespace