Property | Type | Description | |
---|---|---|---|
PathSpecial | string |
Method | Description | |
---|---|---|
ClearRssFeedCache ( object sender, DataEventArgs dataEventArgs ) : void | ||
CustomDateFormat ( System.DateTime date, string dateFormat ) : string | ||
CustomDateFormatCulture ( System.DateTime date, string dateFormat, string cultureName ) : string | ||
Decode ( string text ) : string | ||
Encode ( string text ) : string | ||
GetArchive ( DataReference |
||
GetAuthors ( ) : IEnumerable |
||
GetBlogFilterFromUrl ( bool isGlobal ) : bool>>.Expression |
||
GetBlogPath ( System.DateTime date, string title ) : string | ||
GetBlogPath ( Entries entry ) : string | ||
GetBlogTags ( string tags ) : List |
||
GetBlogUrl ( System.DateTime date, string title, System.Guid pageId, string pageUrl = "" ) : string | ||
GetCurrentCultureName ( ) : string | ||
GetCurrentPageUrl ( ) : string | ||
GetCurrentPath ( ) : string | ||
GetEntries ( bool isGlobal ) : IEnumerable |
||
GetFullBlogUrl ( System.DateTime date, string title ) : string | ||
GetFullPath ( string path ) : string | ||
GetPageUrlById ( System.Guid pageId ) : string | ||
GetPathInfoParts ( ) : string[] | ||
GetTagCloud ( double minFontSize, double maxFontSize, DataReference |
||
GetTagsByType ( string entryTags ) : List |
||
GetUrlFromTitle ( string title ) : string | ||
IsBlogList ( ) : bool | ||
SendMail ( string to, string from, string subject, string body ) : void | ||
SetNoCache ( ) : void | ||
SetTitleUrl ( object sender, DataEventArgs dataEventArgs ) : void | ||
Validate ( string regularExpression, object value, bool isRequired ) : bool |
Method | Description | |
---|---|---|
GetBlogFilter ( System.Guid pageId, string pathInfoParts ) : bool>>.Expression |
||
GetBlogInternalPageUrl ( System.DateTime date, string title, System.Guid pageId ) : string | ||
GetEntryFilterByTag ( System.Guid pageId, string tag ) : bool>>.Expression |
public static ClearRssFeedCache ( object sender, DataEventArgs dataEventArgs ) : void | ||
sender | object | |
dataEventArgs | DataEventArgs | |
return | void |
public static CustomDateFormat ( System.DateTime date, string dateFormat ) : string | ||
date | System.DateTime | |
dateFormat | string | |
return | string |
public static CustomDateFormatCulture ( System.DateTime date, string dateFormat, string cultureName ) : string | ||
date | System.DateTime | |
dateFormat | string | |
cultureName | string | |
return | string |
public static Decode ( string text ) : string | ||
text | string | |
return | string |
public static Encode ( string text ) : string | ||
text | string | |
return | string |
public static GetArchive ( DataReference |
||
blogPage | DataReference |
|
isGlobal | bool | |
return | IEnumerable |
public static GetBlogFilterFromUrl ( bool isGlobal ) : bool>>.Expression |
||
isGlobal | bool | |
return | bool>>.Expression |
public static GetBlogPath ( System.DateTime date, string title ) : string | ||
date | System.DateTime | |
title | string | |
return | string |
public static GetBlogPath ( Entries entry ) : string | ||
entry | Entries | |
return | string |
public static GetBlogTags ( string tags ) : List |
||
tags | string | |
return | List |
public static GetBlogUrl ( System.DateTime date, string title, System.Guid pageId, string pageUrl = "" ) : string | ||
date | System.DateTime | |
title | string | |
pageId | System.Guid | |
pageUrl | string | |
return | string |
public static GetCurrentCultureName ( ) : string | ||
return | string |
public static GetEntries ( bool isGlobal ) : IEnumerable |
||
isGlobal | bool | |
return | IEnumerable |
public static GetFullBlogUrl ( System.DateTime date, string title ) : string | ||
date | System.DateTime | |
title | string | |
return | string |
public static GetFullPath ( string path ) : string | ||
path | string | |
return | string |
public static GetPageUrlById ( System.Guid pageId ) : string | ||
pageId | System.Guid | |
return | string |
public static GetPathInfoParts ( ) : string[] | ||
return | string[] |
public static GetTagCloud ( double minFontSize, double maxFontSize, DataReference |
||
minFontSize | double | |
maxFontSize | double | |
blogPage | DataReference |
|
isGlobal | bool | |
return | IEnumerable |
public static GetTagsByType ( string entryTags ) : List |
||
entryTags | string | |
return | List |
public static GetUrlFromTitle ( string title ) : string | ||
title | string | |
return | string |
public static SendMail ( string to, string from, string subject, string body ) : void | ||
to | string | |
from | string | |
subject | string | |
body | string | |
return | void |
public static SetTitleUrl ( object sender, DataEventArgs dataEventArgs ) : void | ||
sender | object | |
dataEventArgs | DataEventArgs | |
return | void |
public static Validate ( string regularExpression, object value, bool isRequired ) : bool | ||
regularExpression | string | |
value | object | |
isRequired | bool | |
return | bool |