Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
CssRewriteUrlTransform | Constructor |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
Process | Converts any urls in the input to absolute using the base directory of the include virtual path. |
![]() |
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.