C# Class Microsoft.AspNet.SignalR.AssemblyExtensions

Afficher le fichier Open project: SignalR/SignalR

Méthodes publiques

Méthode Description
StringResource ( this assembly, string name ) : string

Loads an embedded string resource from the assembly.

Method Details

StringResource() public static méthode

Loads an embedded string resource from the assembly.
public static StringResource ( this assembly, string name ) : string
assembly this The assembly containing the embedded resource.
name string The resource name.
Résultat string