Returns content of the css resource embedded into assebly.
Namespace:
C1.Web.iPhoneAssembly: C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)
Syntax
C# |
---|
public string GetResourceCssContent( string name, Assembly assembly ) |
Visual Basic |
---|
Public Function GetResourceCssContent ( _ name As String, _ assembly As Assembly _ ) As String |
Parameters
- name
- Type: System..::..String
The case-sensitive name of the manifest resource being requested.
- assembly
- Type: System.Reflection..::..Assembly
The assembly that contains the resource.