Blade.Views.RazorTemplate.GetCachingID C# (CSharp) Method

GetCachingID() protected method

protected GetCachingID ( ) : string
return string
        protected override string GetCachingID()
        {
            return Path;
        }