Share via


Styles.DefaultTagFormat Property

Gets or sets the default format string for defining how link tags are rendered.

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

Syntax

'Declaration
Public Shared Property DefaultTagFormat As String 
    Get 
    Set
'Usage
Dim value As String 

value = Styles.DefaultTagFormat 

Styles.DefaultTagFormat = value
public static string DefaultTagFormat { get; set; }
public:
static property String^ DefaultTagFormat {
    String^ get ();
    void set (String^ value);
}
static member DefaultTagFormat : string with get, set
static function get DefaultTagFormat () : String 
static function set DefaultTagFormat (value : String)

Property Value

Type: System.String
The default format string for defining how link tags are rendered.

See Also

Reference

Styles Class

System.Web.Optimization Namespace