ALE.Views.Razor.RazorView.Processor C# (CSharp) Method

Processor() public static method

public static Processor ( string path ) : RazorView
path string
return RazorView
        public static RazorView Processor(string path)
        {
            return new RazorView(path);
        }