Styles.Render Method

Renders link tags for a set of paths.

Namespace:  System.Web.Optimization
Assembly:  System.Web.Optimization (in System.Web.Optimization.dll)

Syntax

'Declaration
Public Shared Function Render ( _
    ParamArray paths As String() _
) As IHtmlString
'Usage
Dim paths As String()
Dim returnValue As IHtmlString 

returnValue = Styles.Render(paths)
public static IHtmlString Render(
    params string[] paths
)
public:
static IHtmlString^ Render(
    ... array<String^>^ paths
)
static member Render : 
        paths:string[] -> IHtmlString
public static function Render(
    ... paths : String[]
) : IHtmlString

Parameters

  • paths
    Type: System.String[]
    Set of virtual paths for which to generate link tags.

Return Value

Type: System.Web.IHtmlString
A HTML string containing the link tag or tags for the bundle.

See Also

Reference

Styles Class

System.Web.Optimization Namespace