C# Class Open.Core.Web.Css

Constants and helpers for working with CSS.
Afficher le fichier Open project: philcockfield/Open.TestHarness.SL

Méthodes publiques

Свойство Type Description
CssFolderPath string

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
GetPath ( CssFile cssFile ) : string

Method Details

ToCssLink() public static méthode

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.
Résultat string

this() public méthode

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.
Résultat string

Property Details

CssFolderPath public_oe static_oe property

public static string CssFolderPath
Résultat string