SealCoreTemplateBaseInclude Method |
@Include(key, model) -> run the partial cached under 'name' and emit its output raw.
Namespace: Seal.HelpersAssembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntaxpublic RawContent Include(
string name,
Object model = null,
Type modelType = null
)
Parameters
- name String
-
- model Object (Optional)
-
- modelType Type (Optional)
-
Return Value
RawContent
See Also