Méthode | Description | |
---|---|---|
AuthorGooglePlusLink ( string googlePlusId, string virtualImageUrl, int imageWidth, int imageHeight ) : string | ||
GenerateMetaTag ( string title, string description, string canonicalUrl, string googlePlusUrl, bool allowIndexPage, bool allowCache, bool allowFollowLinks, string author = "", string lastmodified = "", string expires = "never", string applicationName = "web app", string language = "fa", CacheControlType cacheControlType = CacheControlType.Private, bool allowTranslate = true ) : string | ||
GeneratePageDescription ( string description ) : string | ||
GeneratePageTitle ( ) : string | ||
GenerateRichSnippetForRating ( string personName, string personWritedItemsUrl, string itemTitle, int ratersCount, int ratingValue, string itemtype = "Product" ) : string | ||
GenerateSlug ( this title ) : string | ||
GenerateSocialSnippet ( ) : string | ||
GetKeywords ( string urlReferrer ) : string | ||
ResolveTitleForUrl ( string title ) : string | ||
ResolveTitleForUrl ( this htmlHelper, string title ) : string |
Méthode | Description | |
---|---|---|
RemoveAccent ( this text ) : string |
public static AuthorGooglePlusLink ( string googlePlusId, string virtualImageUrl, int imageWidth, int imageHeight ) : string | ||
googlePlusId | string | |
virtualImageUrl | string | |
imageWidth | int | |
imageHeight | int | |
Résultat | string |
public static GenerateMetaTag ( string title, string description, string canonicalUrl, string googlePlusUrl, bool allowIndexPage, bool allowCache, bool allowFollowLinks, string author = "", string lastmodified = "", string expires = "never", string applicationName = "web app", string language = "fa", CacheControlType cacheControlType = CacheControlType.Private, bool allowTranslate = true ) : string | ||
title | string | |
description | string | |
canonicalUrl | string | |
googlePlusUrl | string | |
allowIndexPage | bool | |
allowCache | bool | |
allowFollowLinks | bool | |
author | string | |
lastmodified | string | |
expires | string | |
applicationName | string | |
language | string | |
cacheControlType | CacheControlType | |
allowTranslate | bool | |
Résultat | string |
public static GeneratePageDescription ( string description ) : string | ||
description | string | |
Résultat | string |
public static GeneratePageTitle ( ) : string | ||
Résultat | string |
public static GenerateRichSnippetForRating ( string personName, string personWritedItemsUrl, string itemTitle, int ratersCount, int ratingValue, string itemtype = "Product" ) : string | ||
personName | string | |
personWritedItemsUrl | string | |
itemTitle | string | |
ratersCount | int | |
ratingValue | int | |
itemtype | string | |
Résultat | string |
public static GenerateSlug ( this title ) : string | ||
title | this | |
Résultat | string |
public static GenerateSocialSnippet ( ) : string | ||
Résultat | string |
public static GetKeywords ( string urlReferrer ) : string | ||
urlReferrer | string | |
Résultat | string |
public static ResolveTitleForUrl ( string title ) : string | ||
title | string | |
Résultat | string |
public static ResolveTitleForUrl ( this htmlHelper, string title ) : string | ||
htmlHelper | this | |
title | string | |
Résultat | string |