ActionDescriptorExtensions.GetProperty<T>(ActionDescriptor) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した の値をキーとして使用して、コレクションから Properties プロパティの T
値を取得します。
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static T GetProperty(Microsoft::AspNetCore::Mvc::Abstractions::ActionDescriptor ^ actionDescriptor);
public static T GetProperty<T> (this Microsoft.AspNetCore.Mvc.Abstractions.ActionDescriptor actionDescriptor);
public static T? GetProperty<T> (this Microsoft.AspNetCore.Mvc.Abstractions.ActionDescriptor actionDescriptor);
static member GetProperty : Microsoft.AspNetCore.Mvc.Abstractions.ActionDescriptor -> 'T
<Extension()>
Public Function GetProperty(Of T) (actionDescriptor As ActionDescriptor) As T
型パラメーター
- T
プロパティの型。
パラメーター
- actionDescriptor
- ActionDescriptor
アクション記述子。
戻り値
T
プロパティまたは の既定値 T
。