IMultiValueScopeFilterProvider<T>.Provide(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides a ScopeValue for the specified key.
public T Provide (string key);
abstract member Provide : string -> 'T
Public Function Provide (key As String) As T
Parameters
- key
- String
Returns
T
The ScopeValue for the passed in key.