BindAttribute.Include Property
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.
Gets the names of properties to include in model binding.
public:
property cli::array <System::String ^> ^ Include { cli::array <System::String ^> ^ get(); };
public string[] Include { get; }
member this.Include : string[]
Public ReadOnly Property Include As String()
Property Value
String[]