RedactAttribute 类

定义

当应用于 options 类上的属性时,此属性可防止属性值被符合的 IOptionFormatter 实例格式化。

[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false)]
public class RedactAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false)>]
type RedactAttribute = class
    inherit Attribute
Public Class RedactAttribute
Inherits Attribute
继承
RedactAttribute
派生
属性

构造函数

RedactAttribute()

当应用于 options 类上的属性时,此属性可防止属性值被符合的 IOptionFormatter 实例格式化。

方法

Redact(Object)

对提供的值进行修订。

适用于