C-DEngine 5.105

TheServiceHostInfo..::..AccessControlAllowOrigin Property

CORS Settings that allows access from other domains

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

Syntax


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