UrlLoadDirectiveProvider.

CanLoad(IScriptAnalyzerContext, LoadReference) Method

Summary

Can the URL Provider load a given reference

Syntax

public bool CanLoad(IScriptAnalyzerContext context, LoadReference reference)

Parameters

Name Type Description
context IScriptAnalyzerContext The context.
reference LoadReference The load reference.

Return Value

Type Description
bool true, if reference can be loaded, false otherwise.