Creates a new instance of the class and applies the specified body.
Namespace: BlogEngine.Core
Assembly: BlogEngine.Core (in BlogEngine.Core.dll)
Version: 1.2.0.0
Syntax
| C# | Visual Basic | Visual C++ |
public ServingEventArgs( string body, ServingLocation location )
Public Sub New ( _ body As String, _ location As ServingLocation _ )
public: ServingEventArgs ( String^ body, ServingLocation location )
Parameters
- body
- String
[Missing <param> documentation for "body"]
- location
- ServingLocation
[Missing <param> documentation for "location"]
See Also
ServingEventArgs Class
BlogEngine.Core Namespace