Class WebPageUrlIdentifier
Web page language variant identifier from the URL.
public sealed class WebPageUrlIdentifier
- Inheritance
-
objectWebPageUrlIdentifier
- Extension Methods
Constructors
WebPageUrlIdentifier(string)
Initializes an instance of WebPageUrlIdentifier class.
public WebPageUrlIdentifier(string value)
Parameters
value
stringValue to parse the identifier from.
WebPageUrlIdentifier(string, int)
Initializes an instance of WebPageUrlIdentifier class.
public WebPageUrlIdentifier(string languageName, int webPageItemID)
Parameters
languageName
stringwebPageItemID
int
Properties
LanguageName
Web page language codename.
public string LanguageName { get; set; }
Property Value
- string
WebPageItemID
Web page item ID.
public int WebPageItemID { get; set; }
Property Value
- int
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.