C# Класс Universe.Framework.Servers.HttpServer.CSHTMLCreator

Показать файл Открыть проект

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

Метод Описание
AddHTMLPage ( string html, string urlToAppend, string methodName, object>.Dictionary variables, HTTPReturned eventDelegate ) : string
BuildHTML ( string html, object>.Dictionary vars ) : string

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

Метод Описание
HandleResponse ( OSHttpRequest httpRequest, OSHttpResponse response, Stream stream, string urlToAppend, object>.Dictionary variables, HTTPReturned eventHandler ) : byte[]
SetUpWebpage ( OSHttpResponse response, string url, string html, object>.Dictionary vars ) : byte[]

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

AddHTMLPage() публичный статический Метод

public static AddHTMLPage ( string html, string urlToAppend, string methodName, object>.Dictionary variables, HTTPReturned eventDelegate ) : string
html string
urlToAppend string
methodName string
variables object>.Dictionary
eventDelegate HTTPReturned
Результат string

BuildHTML() публичный статический Метод

public static BuildHTML ( string html, object>.Dictionary vars ) : string
html string
vars object>.Dictionary
Результат string