Gets or sets how to handle the www subdomain of the url (for SEO purposes).

Namespace: BlogEngine.Core
Assembly:  BlogEngine.Core (in BlogEngine.Core.dll)
Version: 1.2.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public string HandleWwwSubdomain{ get; set;}
Public Property HandleWwwSubdomain As String
public:
property String^ HandleWwwSubdomain {
	String^ get ();
	void set (String^ value);
}

See Also