TrackableEntities / AspNetCore.ApiControllers.Templates

Customizable Razor templates for ASP.NET Core Web API controllers
MIT License
7 stars 1 forks source link

how to create custom razor view template? #4

Closed neozhu closed 5 years ago

neozhu commented 5 years ago

Is there a simple solution or sample code?

tonysneed commented 5 years ago

@neozhu Yes, this repository contains a sample solution. So just clone the repo and you'll have a sample at your fingertips.

The ReadMe contains step-by-step instructions for replicating the sample.