Partager via


CssLoader.Src Property

 

Gets the source path for the css file.

Namespace:   Microsoft.WindowsServerSolutions.Web.Controls
Assembly:  Wssg.Web (in Wssg.Web.dll)

Syntax

[BindableAttribute(true)]
public string Src { get; set; }
public:
[BindableAttribute(true)]
property String^ Src {
    String^ get();
    void set(String^ value);
}
<BindableAttribute(True)>
Public Property Src As String

Property Value

Type: System.String

An instance of String that contains the source path.

See Also

CssLoader Class
Microsoft.WindowsServerSolutions.Web.Controls Namespace

Return to top