Error page URL pattern
Declaration Syntax
C# | Visual Basic | Visual C++ |
public string ErrorPageRedir { get; set; }
Public Property ErrorPageRedir As String
public: property String^ ErrorPageRedir { String^ get (); void set (String^ value); }
Remarks
When a URL contains this string, it is considered to be an error page redirection (ie. as setup by the web.config) - this is important since it allows the crawler to know that the content is not to be indexed.