Back
Name | Type | Required | Default | Description |
---|---|---|---|---|
sources | string | No |
The name of one or many CSS files in the stylesheets folder, minus the .css extension. Pass a full URL to generate a tag for an external style sheet. Can also be called with the source argument.
|
|
type | string | No | text/css |
The type attribute for the link tag.
|
media | string | No | all |
The media attribute for the link tag.
|
rel | string | No |
The rel attribute for the relation between the tag and href.
|
|
head | boolean | No | false |
Set to true to place the output in the head area of the HTML page instead of the default behavior (which is to place the output where the function is called from).
|
delim | string | No | , | The delimiter to use for the list of CSS files. |
encode | boolean | No | true |
Encode URL parameters using EncodeForURL() . Please note that this does not make the string safe for placement in HTML attributes, for that you need to wrap the result in EncodeForHtmlAttribute() or use linkTo() , startFormTag() etc instead.
|