TextContentEventArgs Constructor |
Creates a new object.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public TextContentEventArgs(
IRequest request,
string pathAndFile,
string content,
Encoding encoding
)
Public Sub New (
request As IRequest,
pathAndFile As String,
content As String,
encoding As Encoding
)
public:
TextContentEventArgs(
IRequest^ request,
String^ pathAndFile,
String^ content,
Encoding^ encoding
)
new :
request : IRequest *
pathAndFile : string *
content : string *
encoding : Encoding -> TextContentEventArgs
Parameters
- request
- Type: VirtualRadar.Interface.WebServerIRequest
- pathAndFile
- Type: SystemString
- content
- Type: SystemString
- encoding
- Type: System.TextEncoding
See Also