VirtualPathHelperRemoveDirectives Method |
Removes the default layout directives from the layout code.
Namespace: CMS.IOAssembly: CMS.IO (in CMS.IO.dll) Version: 12.0.0
Syntax public static string RemoveDirectives(
string code,
string[] defaultDirectives
)
Parameters
- code
- Type: SystemString
Code to process - defaultDirectives
- Type: SystemString
Default directives to be removed
Return Value
Type:
StringSee Also