Show / Hide Table of Contents

Class AbpApiProxyScriptingConfiguration

Inheritance
object
AbpApiProxyScriptingConfiguration
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.Configuration
Assembly: Volo.Abp.Http.dll
Syntax
public static class AbpApiProxyScriptingConfiguration

Properties

PropertyNameGenerator

Declaration
public static Func<PropertyInfo, string?> PropertyNameGenerator { get; set; }
Property Value
Type Description
Func<PropertyInfo, string>
In this article
Back to top Powered by ABP.IO Platform