CssRewriteUrlTransform Class

Rewrites urls to be absolute so assets will still be found after bundling.

Inheritance Hierarchy

System.Object
  System.Web.Optimization.CssRewriteUrlTransform

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

Syntax

'Declaration
Public Class CssRewriteUrlTransform _
    Implements IItemTransform
'Usage
Dim instance As CssRewriteUrlTransform
public class CssRewriteUrlTransform : IItemTransform
public ref class CssRewriteUrlTransform : IItemTransform
type CssRewriteUrlTransform =  
    class 
        interface IItemTransform 
    end
public class CssRewriteUrlTransform implements IItemTransform

The CssRewriteUrlTransform type exposes the following members.

Constructors

  Name Description
Public method CssRewriteUrlTransform Constructor

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Process Converts any urls in the input to absolute using the base directory of the include virtual path.
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.Web.Optimization Namespace