Show / Hide Table of Contents

Class ParameterBindingSources

Inheritance
object
ParameterBindingSources
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Http.ProxyScripting.Generators
Assembly: Volo.Abp.Http.dll
Syntax
public static class ParameterBindingSources

Fields

Body

Declaration
public const string Body = "Body"
Field Value
Type Description
string

Custom

Declaration
public const string Custom = "Custom"
Field Value
Type Description
string

Form

Declaration
public const string Form = "Form"
Field Value
Type Description
string

FormFile

Declaration
public const string FormFile = "FormFile"
Field Value
Type Description
string

Header

Declaration
public const string Header = "Header"
Field Value
Type Description
string

ModelBinding

Declaration
public const string ModelBinding = "ModelBinding"
Field Value
Type Description
string

Path

Declaration
public const string Path = "Path"
Field Value
Type Description
string

Query

Declaration
public const string Query = "Query"
Field Value
Type Description
string

Services

Declaration
public const string Services = "Services"
Field Value
Type Description
string
In this article
Back to top Powered by ABP.IO Platform