Click or drag to resize
TextContentEventArgs Constructor
Creates a new object.

Namespace: VirtualRadar.Interface.WebSite
Assembly: 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
)

Parameters

request
Type: VirtualRadar.Interface.WebServerIRequest
pathAndFile
Type: SystemString
content
Type: SystemString
encoding
Type: System.TextEncoding
See Also