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 Public property  Methods Public method  Events Public event 
 Public

 Protected
 Instance

 Static Static member
 Declared

 Inherited
 XNA Framework Only Supported by the XNA Framework

 .NET Compact Framework Only Supported by the .NET Compact Framework

 MemberDescription
Public propertyStatic memberAbsoluteWebRoot
Gets the absolute root of the website.
Public methodStatic memberConvertToAbsolute(Uri)
Converts a relative URL to an absolute one.
Public eventStatic memberEmailSent
Occurs after an e-mail has been sent. The sender is the MailMessage object.
Public propertyStatic memberFeedUrl
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.
Public propertyStatic memberRelativeWebRoot
Gets the relative root of the website.
Public methodStatic memberRemoveIllegalCharacters(String)
Strips all illegal characters from the specified title.
Public methodStatic memberSendMailMessage(MailMessage)
Sends a MailMessage object using the SMTP settings.
Public methodStatic memberSendMailMessageAsync(MailMessage)
Sends the mail message asynchronously in another thread.

Inheritance Hierarchy

System..::Object
  BlogEngine.Core..::Utils

See Also

BlogEngine.Core Namespace