Guest User

Untitled

a guest
Jul 18th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. // Try to find template.
  2. var found = engine.TemplateCache.RetrieveTemplate("TEMPLATE_KEY");
  3. if (found.Success)
  4. {
  5. // If template exists render template
  6. return await engine.RenderTemplateAsync(found.Template.TemplatePageFactory(), order);
  7. }
Add Comment
Please, Sign In to add comment