9 lines
158 B
C#
9 lines
158 B
C#
using Microsoft.AspNetCore.Mvc.Razor;
|
|
|
|
namespace Umbraco.Web.Website.ViewEngines
|
|
{
|
|
public interface IPluginViewEngine : IRazorViewEngine
|
|
{
|
|
}
|
|
}
|