C# Класс ToSic.Razor.Blade.Tags

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

SafeUrl() публичный статический Метод

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
Результат System.Web.HtmlString