C# 클래스 BlogEngine.Core.ServingEventArgs

Used when a post is served to the output stream.
상속: System.EventArgs
파일 보기 프로젝트 열기: rasmuskl/ReSharperCourse 1 사용 예제들

공개 메소드들

메소드 설명
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