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

GetContent() public static method

Returns a static content resource from the resource manager. Uses the current value if INPUT_ENCODING as the character encoding. *
public static GetContent ( String name ) : ContentResource
name String Name of content resource to get ///
return ContentResource
        public static ContentResource GetContent(String name)
        {
            return ri.GetContent(name);
        }

Same methods

RuntimeSingleton::GetContent ( String name, String encoding ) : ContentResource