ITemplating.RunTemplateAsync(String, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
System::Threading::Tasks::Task<Microsoft::VisualStudio::Web::CodeGeneration::Templating::TemplateResult ^> ^ RunTemplateAsync(System::String ^ content, System::Object ^ templateModel);
public System.Threading.Tasks.Task<Microsoft.VisualStudio.Web.CodeGeneration.Templating.TemplateResult> RunTemplateAsync (string content, dynamic templateModel);
abstract member RunTemplateAsync : string * obj -> System.Threading.Tasks.Task<Microsoft.VisualStudio.Web.CodeGeneration.Templating.TemplateResult>
Public Function RunTemplateAsync (content As String, templateModel As Object) As Task(Of TemplateResult)
Parameters
- content
- String
- templateModel
- Object