WebPageRazorHost.GetGlobalImports Method

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the global imports for the webpage.

public static System.Collections.Generic.IEnumerable<string> GetGlobalImports ();
static member GetGlobalImports : unit -> seq<string>
Public Shared Function GetGlobalImports () As IEnumerable(Of String)

Returns

The global imports for the webpage.

Applies to