ISeoData Interface
Assembly: PTS.Modules.ProfileSeoExtension.dll
Syntax
public interface ISeoData
Properties
AlternateLanguage
Declaration
string AlternateLanguage { get; set; }
Property Value
Type |
Description |
System.String |
|
AlternateUrl
Declaration
string AlternateUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
CanonicalUrl
Declaration
string CanonicalUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
Description
Declaration
string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
Follow
Declaration
bool Follow { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Index
Declaration
Property Value
Type |
Description |
System.Boolean |
|
Keywords
Declaration
string Keywords { get; set; }
Property Value
Type |
Description |
System.String |
|
Language
Declaration
string Language { get; set; }
Property Value
Type |
Description |
System.String |
|
RedirectUrl
Declaration
string RedirectUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
RevisitAfter
Declaration
string RevisitAfter { get; set; }
Property Value
Type |
Description |
System.String |
|
Title
Declaration
string Title { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods