C-DEngine 5.105

TheServiceHostInfo..::..Redirect404 Property

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

Syntax


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