CuteEditor for .NET 6.2 Class Library

EditorUtility Members

EditorUtility overview

Public Static (Shared) Methods

CleanUpHTMLCode Use the Clean Up HTML function to remove empty tags, combine nested font tags, and otherwise improve messy or unreadable HTML code.
CleanUpMicrosoftWordHTML Use the Clean Up Word HTML function to remove the extraneous HTML code generated by Microsoft Word.
ConvertRelativeToAbsoluteRefs Converts all relative url references href="myfolder/mypage.htm" into absolute url references href="http://mywebsite/myfolder/mypage.htm"
ConvertToXml Helper function used to ensure we can Convert HTML to XHTML.
ConvertToXmlDocument ConvertToXmlDocument
ConvertWordToHTML Helper function used to ensure we can get the strip out all of the tags from a Word file and convert it HTML.
EncodeUnicodeChars EncodeUnicodeChars
ExtractPlainTextOutOfHtml Helper function used to ensure we can get the plain text and strip out all of the HTML tags from the document.
ExtractPlainTextWithLinefeedsOutOfHtml 
GetRandomNext 
GetTimeStampfilename 
IsNumeric 
ProcessPhyPath Get the current file path - physical path
ProcessWebPath Get the correct files path - virtual path
RemoveAbsolutelLinkPaths Should strip the absolute link paths
RemoveServerNamesFromUrls Removes the local servername from A and IMG tags
ReplaceParam Replace the param of url
StripScriptTagsFromInput Helper function used to ensure we don't inject script into the db.
StripTagsFromInput StripTagsFromInput

Public Instance Constructors

EditorUtility Constructor Initializes a new instance of the EditorUtility class.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetPlainText GetPlainText
GetType (inherited from Object) Gets the Type of the current instance.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

EditorUtility Class | CuteEditor Namespace