ValueProviderResult.FirstValue 属性

定义

获取基于请求中提供的顺序值的第一个值。 使用 FirstValue 获取用于处理的单个值,而不考虑请求中提供了一个值还是多个值。

public:
 property System::String ^ FirstValue { System::String ^ get(); };
public string FirstValue { get; }
public string? FirstValue { get; }
member this.FirstValue : string
Public ReadOnly Property FirstValue As String

属性值

适用于