| StyleSheetReference Constructor (String, String) | 
        
        
         
        Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
 Syntax
Syntaxpublic StyleSheetReference(
	string name,
	string assembly
)
Public Sub New ( 
	name As String,
	assembly As String
)
public:
StyleSheetReference(
	String^ name, 
	String^ assembly
)
new : 
        name : string * 
        assembly : string -> StyleSheetReferenceParameters
- name
- Type: SystemString
 
- assembly
- Type: SystemString
 
 See Also
See Also