This content is part of a third party extension that is not supported by the Cake project.
Summary
Can the URL Provider load a given reference
- Assembly
- Cake
.UrlLoadDirective .Module .dll - Namespace
- Cake
.UrlLoadDirective .Module - Containing Type
- Url
Load Directive Provider
Syntax
public bool CanLoad(IScriptAnalyzerContext context, LoadReference reference)
Parameters
| Name | Type | Description |
|---|---|---|
| context | I |
The context. |
| reference | LoadReference | The load reference. |
Return Value
| Type | Description |
|---|---|
| bool | true, if reference can be loaded, false otherwise. |
