C# Класс NVelocity.Runtime.Resource.ContentResource

This class represent a general text resource that may have been retrieved from any number of possible sources. Also of interest is Velocity's {@link org.apache.velocity.Template} Resource.
Наследование: Resource
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ContentResource ( ) : System

Default empty constructor

Process ( ) : bool

Pull in static content and store it. @exception ResourceNotFoundException Resource could not be found.

Описание методов

ContentResource() публичный метод

Default empty constructor
public ContentResource ( ) : System
Результат System

Process() публичный метод

Pull in static content and store it. @exception ResourceNotFoundException Resource could not be found.
public Process ( ) : bool
Результат bool