Show / Hide Table of Contents

Class EditorHttpNameAttribute

Define the HTTP name (used for both the JSON and incoming HTTP values on form submit) for the field defined by the parameter. The parameter name is used as the database column name automatically.

Inheritance
System.Object
EditorHttpNameAttribute
Namespace: DataTables
Assembly: DataTables-Editor-Server.dll
Syntax
public class EditorHttpNameAttribute : Attribute

Constructors

| Improve this Doc View Source

EditorHttpNameAttribute(String)

Constructor for a field attribute defining the HTTP name for a property

Declaration
public EditorHttpNameAttribute(string name)
Parameters
Type Name Description
System.String name

HTTP name

Properties

| Improve this Doc View Source

Name

Field's HTTP name

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX