IBindingSourceMetadata Interface

Summary

Metadata which specificies the data source for model binding.

Syntax

public interface IBindingSourceMetadata

GitHub

View on GitHub

interface Microsoft.AspNet.Mvc.ModelBinding.IBindingSourceMetadata

Properties

BindingSource()

Gets the [Microsoft.AspNet.Mvc.ModelBinding.IBindingSourceMetadata.BindingSource](Microsoft.AspNet.Mvc.ModelBinding.IBindingSourceMetadata.yml).

Return type:Microsoft.AspNet.Mvc.ModelBinding.BindingSource
BindingSource BindingSource { get; }