NVelocity.Runtime.RuntimeSingleton.GetLoaderNameForResource C# (CSharp) Method

GetLoaderNameForResource() public static method

Determines is a template exists, and returns name of the loader that provides it. This is a slightly less hokey way to support the Velocity.templateExists() utility method, which was broken when per-template encoding was introduced. We can revisit this. *
public static GetLoaderNameForResource ( String resourceName ) : String
resourceName String Name of template or content resource ///
return String
        public static String GetLoaderNameForResource(String resourceName)
        {
            return ri.GetLoaderNameForResource(resourceName);
        }