次の方法で共有


OtherExtensions クラス

定義

注意事項

Not recommended for external use.

拡張ヘルパー メソッド。

[System.Obsolete("Not recommended for external use.")]
public static class OtherExtensions
[<System.Obsolete("Not recommended for external use.")>]
type OtherExtensions = class
Public Module OtherExtensions
継承
OtherExtensions
属性

メソッド

GetFirstValueOrNull(HttpHeaders, String)
古い.

指定したヘッダー名に関連付けられている最初の値を取得します。

GetValueOrDefault<T>(IDictionary<String,Object>, String)
古い.

指定したキーに関連付けられている値を取得します。

GetValuesOrNull(HttpHeaders, String)
古い.

指定されたヘッダー名に関連付けられている値を取得します。

適用対象