Property | Type | Description | |
---|---|---|---|
FormatToHTML | string | ||
ParsePlaceholder | string>.KeyValuePair |
Method | Description | |
---|---|---|
CheckForSpecialURL ( |
||
FormatErrorOutput ( |
||
GetCurrentLivePage ( ) : |
||
GetCurrentPage ( ) : |
||
GetCurrentPageLiveWidgets ( System.Guid guidContentID ) : List |
||
GetCurrentPageWidgets ( System.Guid guidContentID ) : List |
||
GetPage ( System.Guid guidContentID ) : |
||
GetPage ( string sCurrentPage ) : |
||
GetSiteByID ( System.Guid siteID ) : |
||
GetSiteFromCache ( System.Guid siteID ) : |
||
GetSiteList ( ) : List |
||
IsFilenameCurrentPage ( string sCurrentFile ) : bool | ||
IsLikelyHomePage ( string filePath ) : bool | ||
IsPageSpecial ( string sPageName ) : bool | ||
ManuallyWriteDefaultFile ( |
||
Perform404Redirect ( string sReqURL ) : void | ||
PerformRedirectToErrorPage ( int ErrorKey, string sReqURL ) : void | ||
PerformRedirectToErrorPage ( string sErrorKey, string sReqURL ) : void | ||
RemoveSiteFromCache ( System.Guid siteID ) : void | ||
Show301Message ( string sFileRequested ) : void | ||
Show404MessageFull ( bool bResponseEnd ) : void | ||
Show404MessageShort ( ) : void | ||
WriteDebugException ( string sSrc, |
Method | Description | |
---|---|---|
FormatToHTML ( string inputString ) : string | ||
ParsePlaceholder ( string titleString, string placeHolder, int posNum ) : string>.KeyValuePair |
public static CheckForSpecialURL ( |
||
site | ||
return | string |
public static FormatErrorOutput ( |
||
objErr | ||
return | string |
public static GetCurrentLivePage ( ) : |
||
return |
public static GetCurrentPage ( ) : |
||
return |
public static GetCurrentPageLiveWidgets ( System.Guid guidContentID ) : List |
||
guidContentID | System.Guid | |
return | List |
public static GetCurrentPageWidgets ( System.Guid guidContentID ) : List |
||
guidContentID | System.Guid | |
return | List |
public static GetPage ( System.Guid guidContentID ) : |
||
guidContentID | System.Guid | |
return |
public static GetPage ( string sCurrentPage ) : |
||
sCurrentPage | string | |
return |
public static GetSiteByID ( System.Guid siteID ) : |
||
siteID | System.Guid | |
return |
public static GetSiteFromCache ( System.Guid siteID ) : |
||
siteID | System.Guid | |
return |
public static IsFilenameCurrentPage ( string sCurrentFile ) : bool | ||
sCurrentFile | string | |
return | bool |
public static IsLikelyHomePage ( string filePath ) : bool | ||
filePath | string | |
return | bool |
public static IsPageSpecial ( string sPageName ) : bool | ||
sPageName | string | |
return | bool |
public static ManuallyWriteDefaultFile ( |
||
context | ||
objErr | ||
return | void |
public static Perform404Redirect ( string sReqURL ) : void | ||
sReqURL | string | |
return | void |
public static PerformRedirectToErrorPage ( int ErrorKey, string sReqURL ) : void | ||
ErrorKey | int | |
sReqURL | string | |
return | void |
public static PerformRedirectToErrorPage ( string sErrorKey, string sReqURL ) : void | ||
sErrorKey | string | |
sReqURL | string | |
return | void |
public static RemoveSiteFromCache ( System.Guid siteID ) : void | ||
siteID | System.Guid | |
return | void |
public static Show301Message ( string sFileRequested ) : void | ||
sFileRequested | string | |
return | void |
public static Show404MessageFull ( bool bResponseEnd ) : void | ||
bResponseEnd | bool | |
return | void |
public static WriteDebugException ( string sSrc, |
||
sSrc | string | |
objErr | ||
return | void |