DirectiveRegistry.GetDirectives Method (Version, String)

.NET Framework (current version)
 

Returns a collection of directives based on the frameworkVersion parameter and the extension parameter.

Namespace:   System.Web.UI.Design.Directives
Assembly:  System.Design (in System.Design.dll)

static member GetDirectives : 
        frameworkVersion:Version *
        extension:string -> ReadOnlyCollection<Type>

Parameters

frameworkVersion
Type: System.Version

The .NET Framework version.

extension
Type: System.String

The file name extension.

Return Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<Type>

A read only collection.

.NET Framework
Available since 4.5
Return to top
Show: