Utilities for the entire solution to use.
Namespace: BlogEngine.Core
Assembly: BlogEngine.Core (in BlogEngine.Core.dll)
Version: 1.2.0.0
Syntax
| C# | Visual Basic | Visual C++ |
public static class Utils
Public NotInheritable Class Utils
public ref class Utils abstract sealed
Members
| All Members | Properties | Methods | Events |
| Member | Description | |
|---|---|---|
| AbsoluteWebRoot |
Gets the absolute root of the website.
| |
| ConvertToAbsolute(Uri) |
Converts a relative URL to an absolute one.
| |
| EmailSent |
Occurs after an e-mail has been sent. The sender is the MailMessage object.
| |
| FeedUrl |
Gets the relative URL of the blog feed. If a Feedburner username
is entered in the admin settings page, it will return the
absolute Feedburner URL to the feed.
| |
| RelativeWebRoot |
Gets the relative root of the website.
| |
| RemoveIllegalCharacters(String) |
Strips all illegal characters from the specified title.
| |
| SendMailMessage(MailMessage) |
Sends a MailMessage object using the SMTP settings.
| |
| SendMailMessageAsync(MailMessage) |
Sends the mail message asynchronously in another thread.
|
Inheritance Hierarchy
See Also
BlogEngine.Core Namespace