Method | Description | |
---|---|---|
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.
|
public ServingEventArgs ( string body, ServingLocation location ) : System | ||
body | string | /// The body string. /// |
location | ServingLocation | /// The location. /// |
return | System |
public ServingEventArgs ( string body, ServingLocation location, ServingContentBy contentBy ) : System | ||
body | string | /// The body string. /// |
location | ServingLocation | /// The location. /// |
contentBy | ServingContentBy | /// The content By. /// |
return | System |