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

GetTemplate() public static method

Returns a Template from the resource manager. This method assumes that the character encoding of the template is set by the input.encoding property. The default is "ISO-8859-1" *
public static GetTemplate ( String name ) : Template
name String The file name of the desired template. ///
return Template
        public static Template GetTemplate(String name)
        {
            return ri.GetTemplate(name);
        }

Same methods

RuntimeSingleton::GetTemplate ( String name, String encoding ) : Template