Udostępnij za pośrednictwem


EmbeddedResourceReader.Read(Type, String) Metoda

Definicja

Przestroga

Use Microsoft.AspNetCore.SpaServices.Extensions

Odczytuje określony zasób osadzony z danego zestawu.

public:
 static System::String ^ Read(Type ^ assemblyContainingType, System::String ^ path);
public static string Read (Type assemblyContainingType, string path);
[System.Obsolete("Use Microsoft.AspNetCore.SpaServices.Extensions")]
public static string Read (Type assemblyContainingType, string path);
static member Read : Type * string -> string
[<System.Obsolete("Use Microsoft.AspNetCore.SpaServices.Extensions")>]
static member Read : Type * string -> string
Public Shared Function Read (assemblyContainingType As Type, path As String) As String

Parametry

assemblyContainingType
Type

Każdy Type w zestawie, którego zasób ma być odczytywany.

path
String

Ścieżka zasobu do odczytania.

Zwraca

Zawartość zasobu.

Atrybuty

Dotyczy