C# Класс DotSmart.ScriptHandlerBase

Наследование: IHttpHandler
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
CompileDate System.DateTime
NodeExe string

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

Метод Описание
ProcessRequest ( HttpContext context ) : void

Защищенные методы

Метод Описание
ExportResourceIfNewer ( string fileName, byte resource ) : void
GetFileDependencies ( string physicalFileName ) : IEnumerable
Render ( string physicalFileName, TextWriter output ) : void

Приватные методы

Метод Описание
ScriptHandlerBase ( ) : System
cacheProfileExists ( string cacheProfileName ) : bool
extractNodeJs ( ) : void
getCacheParams ( ) : System.Web.UI.OutputCacheParameters

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

ExportResourceIfNewer() защищенный статический Метод

protected static ExportResourceIfNewer ( string fileName, byte resource ) : void
fileName string
resource byte
Результат void

GetFileDependencies() защищенный Метод

protected GetFileDependencies ( string physicalFileName ) : IEnumerable
physicalFileName string
Результат IEnumerable

ProcessRequest() публичный Метод

public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext
Результат void

Render() защищенный абстрактный Метод

protected abstract Render ( string physicalFileName, TextWriter output ) : void
physicalFileName string
output System.IO.TextWriter
Результат void

Описание свойств

CompileDate защищенное статическое свойство

protected static DateTime,System CompileDate
Результат System.DateTime

NodeExe защищенное статическое свойство

protected static string NodeExe
Результат string