ScriptObjectBuilderGetCssReferences Method |
Gets the embedded css file references for a type
Namespace: Kettic.AspNetAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic static IEnumerable<string> GetCssReferences(
Control control
)
Public Shared Function GetCssReferences (
control As Control
) As IEnumerable(Of String)
public:
static IEnumerable<String^>^ GetCssReferences(
Control^ control
)
static member GetCssReferences :
control : Control -> IEnumerable<string>
Parameters
- control
- Type: System.Web.UIControl
Return Value
Type:
IEnumerableString
See Also