InjectionEscapeCharacterAttribute Class
The character used to escape a detected injection.
Namespace
CsvHelper.Configuration.Attributes
Interfaces
Base Types
  • Attribute
graph BT Type-->Base0["Attribute"] Type-.->Interface0["IClassMapper"] click Interface0 "/CsvHelper/api/CsvHelper.Configuration.Attributes/IClassMapper" Type["InjectionEscapeCharacterAttribute"] class Type type-node

Syntax

[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)]
public class InjectionEscapeCharacterAttribute : Attribute, IClassMapper

Attributes

Type Description
AttributeUsage

Constructors

Name Summary
InjectionEscapeCharacterAttribute(char) The character used to escape a detected injection.

Properties

Name Property Type Summary
InjectionEscapeCharacter char
The character used to escape a detected injection.

Methods

Name Return Value Summary
ApplyTo(CsvConfiguration) void
Applies configuration.