API Reference
Enum
CssDelivery
How CSS is provided to the rendered HTML.
Inheritance
- Enum
- CssDelivery
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Field CssDelivery.ExternalFile
- Field CssDelivery.Inline
- Field CssDelivery.LinkHref
- Field CssDelivery.None
- Property HtmlOptions.CssDelivery
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const CssDelivery LinkHref #Use a <link rel="stylesheet" href="..."> tag to a provided URL.
Value:
2