C# Класс Open.Core.Web.Css

Constants and helpers for working with CSS.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
CssFolderPath string

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

Метод Описание
ToCssLink ( string url, bool ieOnly = false ) : string

Formats the given URL into a CSS link tag.

this ( CssFile cssFile ) : string

Gets the embed tag for the specified script.

Приватные методы

Метод Описание
GetPath ( CssFile cssFile ) : string

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

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

Formats the given URL into a CSS link tag.
public static ToCssLink ( string url, bool ieOnly = false ) : string
url string The path to the style sheet.
ieOnly bool Flag indicating if the link should be wrapped in an IE only conditional statement.
Результат string

this() публичный Метод

Gets the embed tag for the specified script.
public this ( CssFile cssFile ) : string
cssFile CssFile Flag indicating what css file to retrieve the path for.
Результат string

Описание свойств

CssFolderPath публичное статическое свойство

public static string CssFolderPath
Результат string