Method | Description | |
---|---|---|
GetImage ( this html, bool conditional, string trueImage, string falseImage ) : string | ||
GetImage ( this html, string image ) : string | ||
IncludeCSS ( this html, string cssFile ) : string | ||
IncludeFavicon ( this html, string icon ) : string | ||
IncludeJS ( this html, string jsFile ) : string | ||
IncludeScript ( this html, string script ) : string | ||
ResolveUrl ( this html, string relativeUrl ) : string | ||
ToFriendlyAge ( this dt ) : string | ||
ToFriendlySpan ( this diff ) : string | ||
ToHoursMinSec ( this diff ) : string |
Method | Description | |
---|---|---|
Plural ( string format, string singular, int value ) : string |
public static GetImage ( this html, bool conditional, string trueImage, string falseImage ) : string | ||
html | this | |
conditional | bool | |
trueImage | string | |
falseImage | string | |
return | string |
public static GetImage ( this html, string image ) : string | ||
html | this | |
image | string | |
return | string |
public static IncludeCSS ( this html, string cssFile ) : string | ||
html | this | |
cssFile | string | |
return | string |
public static IncludeFavicon ( this html, string icon ) : string | ||
html | this | |
icon | string | |
return | string |
public static IncludeJS ( this html, string jsFile ) : string | ||
html | this | |
jsFile | string | |
return | string |
public static IncludeScript ( this html, string script ) : string | ||
html | this | |
script | string | |
return | string |
public static ResolveUrl ( this html, string relativeUrl ) : string | ||
html | this | |
relativeUrl | string | |
return | string |
public static ToFriendlyAge ( this dt ) : string | ||
dt | this | |
return | string |
public static ToFriendlySpan ( this diff ) : string | ||
diff | this | |
return | string |
public static ToHoursMinSec ( this diff ) : string | ||
diff | this | |
return | string |