The URL 'root' of this location, see remarks.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public virtual string Root { get; set; }
Public Overridable Property Root As String
public: virtual property String^ Root { String^ get (); void set (String^ value); }
Remarks
Eg 1. Root = "http://www1.domain.com/", means that every page under http://www1.domain.com/ will automatically be assigned to this location.
Eg 2. Root = "http://www1.domain.com/dir1/", means that every page under http://www1.domain.com/dir1/ will automatically be assigned to this location.