Method | Description | |
---|---|---|
GetCategryFromRss ( string url ) : string |
Return the value of a url between /category/ and /rss
|
|
GetDateFromRequest ( string uri, string archiveText ) : System.DateTime | ||
GetEntryIDFromUrl ( string url ) : int |
Gets the entry ID from URL.
|
|
RemoveRssSlash ( string url ) : string |
Removes the trailing RSS slash if there.
|
|
YearFromRequest ( string uri ) : int |
Parses out the year from the request.
|
Method | Description | |
---|---|---|
CleanEndDateString ( string uri ) : string | ||
CleanStartDateString ( string uri, string archiveText ) : string |
public static GetCategryFromRss ( string url ) : string | ||
url | string | |
return | string |
public static GetDateFromRequest ( string uri, string archiveText ) : System.DateTime | ||
uri | string | |
archiveText | string | |
return | System.DateTime |
public static GetEntryIDFromUrl ( string url ) : int | ||
url | string | The URI. |
return | int |
public static RemoveRssSlash ( string url ) : string | ||
url | string | URL. |
return | string |
public static YearFromRequest ( string uri ) : int | ||
uri | string | The URI. |
return | int |