次の方法で共有


PageViewLocationExpander.ExpandViewLocations メソッド

定義

ビューの RazorViewEngine 潜在的な場所を決定するために、 によって呼び出されます。

public:
 virtual System::Collections::Generic::IEnumerable<System::String ^> ^ ExpandViewLocations(Microsoft::AspNetCore::Mvc::Razor::ViewLocationExpanderContext ^ context, System::Collections::Generic::IEnumerable<System::String ^> ^ viewLocations);
public System.Collections.Generic.IEnumerable<string> ExpandViewLocations (Microsoft.AspNetCore.Mvc.Razor.ViewLocationExpanderContext context, System.Collections.Generic.IEnumerable<string> viewLocations);
abstract member ExpandViewLocations : Microsoft.AspNetCore.Mvc.Razor.ViewLocationExpanderContext * seq<string> -> seq<string>
override this.ExpandViewLocations : Microsoft.AspNetCore.Mvc.Razor.ViewLocationExpanderContext * seq<string> -> seq<string>
Public Function ExpandViewLocations (context As ViewLocationExpanderContext, viewLocations As IEnumerable(Of String)) As IEnumerable(Of String)

パラメーター

context
ViewLocationExpanderContext

ViewLocationExpanderContext現在のビューの場所の展開操作の 。

viewLocations
IEnumerable<String>

展開するビューの場所のシーケンス。

戻り値

展開されたビューの場所の一覧。

実装

適用対象