ActionDescriptorExtensions.SetProperty<T>(ActionDescriptor, T) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用 提供的 值 T
做為索引鍵,設定集合中 Properties 屬性值。
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static void SetProperty(Microsoft::AspNetCore::Mvc::Abstractions::ActionDescriptor ^ actionDescriptor, T value);
public static void SetProperty<T> (this Microsoft.AspNetCore.Mvc.Abstractions.ActionDescriptor actionDescriptor, T value);
static member SetProperty : Microsoft.AspNetCore.Mvc.Abstractions.ActionDescriptor * 'T -> unit
<Extension()>
Public Sub SetProperty(Of T) (actionDescriptor As ActionDescriptor, value As T)
類型參數
- T
屬性的類型。
參數
- actionDescriptor
- ActionDescriptor
動作描述元。
- value
- T
屬性的值。