C-DEngine 5.105

TheRequestData..::..ResponseBufferStr Property

The response being sent to the client, formatted as a string.

Namespace:  nsCDEngine.ViewModels
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public string ResponseBufferStr { get; set; }
Public Property ResponseBufferStr As String
	Get
	Set
public:
property String^ ResponseBufferStr {
	String^ get ();
	void set (String^ value);
}