CssLoader Constructor (String)
Initializes a new instance of the CssLoader class with the specified source path.
Namespace: Microsoft.WindowsServerSolutions.Web.Controls
Assembly: Wssg.Web (in Wssg.Web.dll)
Syntax
public CssLoader(
string src
)
public:
CssLoader(
String^ src
)
Public Sub New (
src As String
)
Parameters
src
Type: System.StringThe source path.
See Also
CssLoader Overload
CssLoader Class
Microsoft.WindowsServerSolutions.Web.Controls Namespace
Return to top