Sdílet prostřednictvím


IMultiValueScopeFilterProvider<T>.Provide(String) Method

Definition

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.

Applies to