public sealed class UtilHtml
Public NotInheritable Class UtilHtml
Dim instance As UtilHtml
public ref class UtilHtml sealed
[<SealedAttribute>]
type UtilHtml = class end
No code example is currently available or this language may not be supported.
CreateUrlSlug | Transforms the source text to create a URL slug, using the specified UrlSlugOptions object. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
FindLinks | Finds all links in the source html string. This function internally uses linkify JavaScript library (https://linkify.js.org/). |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
IsLink(String, LinkifyLinkType) | Determine whether the source value is a link of linkType type. This function internally uses linkify JavaScript library (https://linkify.js.org/). Note that linkify is not 100% spec compliant, so this function may return some false positives or false negatives. |
IsLink(String, LinkifyPlugins) | Determine whether the source value is a link. This function internally uses linkify JavaScript library (https://linkify.js.org/). Note that linkify is not 100% spec compliant, so this function may return some false positives or false negatives. |
Linkify(String, LinkifyInterfaceType, LinkifyPlugins, LinkifyFormatOptions) | Highlights links within strings that contain HTML markup, or replace links in plain-text strings with anchor (<a>) tags. The behavior depends on the interfaceType parameter. This function internally uses linkify JavaScript library (https://linkify.js.org/). |
Linkify(FileInfo, LinkifyInterfaceType, LinkifyPlugins, LinkifyFormatOptions, Encoding) | Highlights links within strings that contain HTML markup, or replace links in plain-text strings with anchor (<a>) tags. The behavior depends on the interfaceType parameter. This function internally uses linkify JavaScript library (https://linkify.js.org/). |
NewLineToHtmlBreak | Replaces new lines (\r\n or \n) in an HTML string, by HTML break tags ("<br>"). This functionality is also known as 'nl2br'. |
ToString | Returns a string that represents the current object. (Inherited from Object) |
CanConvertTo |
Determines whether the source object can be converted to the specified target type.
(Defined by ObjectExtensions) |
CanConvertToT |
Determines whether the source object can be converted to the specified target type.
(Defined by ObjectExtensions) |
ConvertToT |
Converts an object to the specified target type.
If the conversion fails, an exception is thrown.
(Defined by ObjectExtensions) |
ConvertToT |
Converts an object to the specified target type.
If the conversion fails, returns the specified default value.
(Defined by ObjectExtensions) |
IsDisposable |
Determines whether the specified object is a disposable type
(i.e., it implements IDisposable interface).
(Defined by ObjectExtensions) |
Speak |
Speaks the string representation of the source object by using the
operating system integrated text-to-speech synthesizer.
(Defined by ObjectExtensions) |
Speak |
Speaks the string representation of the source object by using the
operating system integrated text-to-speech synthesizer.
(Defined by ObjectExtensions) |
ThrowIfNullTException |
Throws the specified exception if the source object is null.
(Defined by ObjectExtensions) |