IDotNetContextLocation Interface
Provides the base requirements for an IDotNetContext location, that determines what sort of resolver results are permitted.
public interface IDotNetContextLocation
Methods
IsAllowed(IResolverResult)
Returns whether the specified IResolverResult is allowed within the context location.
bool IsAllowed(IResolverResult result)
Parameter | Type | Description |
---|---|---|
result | IResolverResult | The IResolverResult to examine. |
Returns
- Boolean:
true
if the specified IResolverResult is allowed within the context location; otherwise,false
.