IFilterParametersBinder.BindParameters(IConfiguration) 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.
Binds a set of feature filter parameters to a settings object.
public object BindParameters (Microsoft.Extensions.Configuration.IConfiguration parameters);
abstract member BindParameters : Microsoft.Extensions.Configuration.IConfiguration -> obj
Public Function BindParameters (parameters As IConfiguration) As Object
Parameters
- parameters
- IConfiguration
The configuration representing filter parameters to bind to a settings object
Returns
A settings object that is understood by the implementer of IFilterParametersBinder.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET