Microsoft.AspNet.Scaffolding.Templating Namespace

The Microsoft.AspNet.Scaffolding.Templating namespace contains classes related to T4 text templates during code generation

  ClassDescription
Public classScaffoldingAssemblyDirectiveProcessorThis directive processor supports a T4 directive like this: {#@ ScaffoldingAssembly Processor="ScaffoldingAssemblyLoader" #} By using the above directive, a T4 template will be able to load the Microsoft.AspNet.Scaffolding.dll and then can import any namespaces from there to execute code in them.
Public classTemplateProcessingErrorContains information about errors resulted in running a Visual Studio T4 text template transformation.
Public classTemplateProcessingResultContains information about result of running a Visual Studio T4 text template transformation.

  InterfaceDescription
Public interfaceITemplateInvokerServices for invoking T4 text templates for code generation.
Show: