Sdílet prostřednictvím


EmbeddedResourceReader.Read(Type, String) Metoda

Definice

Upozornění

Use Microsoft.AspNetCore.SpaServices.Extensions

Načte zadaný vložený prostředek z daného sestavení.

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

Libovolný Type v sestavení, jehož prostředek má být přečtena.

path
String

Cesta k prostředku, který se má číst.

Návraty

Obsah prostředku.

Atributy

Platí pro