C# Class Microsoft.AspNet.SignalR.AssemblyExtensions

Show file Open project: SignalR/SignalR

Public Methods

Method Description
StringResource ( this assembly, string name ) : string

Loads an embedded string resource from the assembly.

Method Details

StringResource() public static method

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.
return string