C# Класс BlogEngine.Core.ServingEventArgs

Used when a post is served to the output stream.
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ServingEventArgs ( string body, ServingLocation location ) : System

Initializes a new instance of the ServingEventArgs class. Creates a new instance of the class and applies the specified body and serving location.

ServingEventArgs ( string body, ServingLocation location, ServingContentBy contentBy ) : System

Initializes a new instance of the ServingEventArgs class. Creates a new instance of the class and applies the specified body, serving location and serving content by.

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

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

Initializes a new instance of the ServingEventArgs class. Creates a new instance of the class and applies the specified body and serving location.
public ServingEventArgs ( string body, ServingLocation location ) : System
body string /// The body string. ///
location ServingLocation /// The location. ///
Результат System

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

Initializes a new instance of the ServingEventArgs class. Creates a new instance of the class and applies the specified body, serving location and serving content by.
public ServingEventArgs ( string body, ServingLocation location, ServingContentBy contentBy ) : System
body string /// The body string. ///
location ServingLocation /// The location. ///
contentBy ServingContentBy /// The content By. ///
Результат System