Share via


ITemplateInvoker Interface

Services for invoking T4 text templates for code generation.

Namespace:  Microsoft.AspNet.Scaffolding.Templating
Assembly:  Microsoft.AspNet.Scaffolding.12.0 (in Microsoft.AspNet.Scaffolding.12.0.dll)

Syntax

'Declaration
Public Interface ITemplateInvoker
'Usage
Dim instance As ITemplateInvoker
public interface ITemplateInvoker
public interface class ITemplateInvoker
type ITemplateInvoker =  interface end
public interface ITemplateInvoker

The ITemplateInvoker type exposes the following members.

Methods

  Name Description
Public method InvokeTemplate Invokes a T4 text template and returns the result.

Top

See Also

Reference

Microsoft.AspNet.Scaffolding.Templating Namespace

Other Resources

Scaffolding Overview

Creating a Custom Scaffolder for Visual Studio