C# Class ToSic.Razor.Blade.Tags

Afficher le fichier Open project: 2sic/razor-blade

Méthodes publiques

Méthode Description
SafeUrl ( string url ) : System.Web.HtmlString

Convert URLs into a safe format, to properly escape spaces, umlauts, etc. Important for images etc. which may have special characters

Method Details

SafeUrl() public static méthode

Convert URLs into a safe format, to properly escape spaces, umlauts, etc. Important for images etc. which may have special characters
public static SafeUrl ( string url ) : System.Web.HtmlString
url string
Résultat System.Web.HtmlString