 | RazorTemplateBase<TModel>.Include Method (String) |
Includes the file specified before the razor template is compiled.
Namespace:
Dynamicweb.Rendering
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.10.0
Syntaxpublic string Include(
string file
)
Public Function Include (
file As String
) As String
Parameters
- file
- Type: System.String
The relative file path, i.e. includes/myfile.cshtml.
Return Value
Type:
String
See Also