JSHelperLinkRef Constructor |
Standard constructor.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public LinkRef(
string href,
string hrefBase,
string rel,
string type
)
Public Sub New (
href As String,
hrefBase As String,
rel As String,
type As String
)
Parameters
- href
- Type: SystemString
The link file path. - hrefBase
- Type: SystemString
The base of that path, up to, but excluding, any "?" delimiter. - rel
- Type: SystemString
The relationship between the current document and the file (e.g. "stylesheet"). - type
- Type: SystemString
The file's MIME type (e.g. "text/css").
See Also