-
-
Notifications
You must be signed in to change notification settings - Fork 6
Extensible HyperText Markup Language
The XhtmlExtension
class is a static class that provides extension methods for minifying and beautifying XHTML code.
The XhtmlExtension
class is defined in the Skylark.Standard.Extension.Xhtml
namespace.
The ToMinify
method is a static method that accepts an XHTML string as input and returns a minified version of the input string.
public static string ToMinify(string Xhtml = MXXM.Xhtml)
-
Xhtml
: The input XHTML string. Default value isMXXM.Xhtml
.
The minified version of the input string.
-
E
: If an error occurs while minifying the input string.
The ToMinifyAsync
method is a static method that accepts an XHTML string as input and returns a task that represents the asynchronous operation of minifying the input string.
public static Task<string> ToMinifyAsync(string Xhtml = MXXM.Xhtml)
-
Xhtml
: The input XHTML string. Default value isMXXM.Xhtml
.
A task that represents the asynchronous operation of minifying the input string.
-
E
: If an error occurs while minifying the input string.
The ToBeauty
method is a static method that accepts an XHTML string as input and returns a beautified version of the input string.
public static string ToBeauty(string Xhtml = MXXM.Xhtml)
-
Xhtml
: The input XHTML string. Default value isMXXM.Xhtml
.
The beautified version of the input string.
-
E
: If an error occurs while beautifying the input string.
The ToBeautyAsync
method is a static method that accepts an XHTML string as input and returns a task that represents the asynchronous operation of beautifying the input string.
public static Task<string> ToBeautyAsync(string Xhtml = MXXM.Xhtml)
-
Xhtml
: The input XHTML string. Default value isMXXM.Xhtml
.
- Tax
- Url
- Web
- Ping
- Port
- Text
- Time
- Hash
- Word
- Color
- Speed
- Lottery
- Storage
- Browser
- Unicode
- Password
- JavaScript
- Cryptology
- Typography
- Temperature
- Compression
- Decompression
- Cascading Style Sheets
- JavaScript Object Notation
- Hypertext Markup Language
- Extensible Markup Language
- Extensible HyperText Markup Language