Interface ICSSImportRule
Interface ICSSImportRule
이름 공간 : Aspose.Html.Dom.Css 구성: Aspose.HTML.dll (25.4.0)
CSSImportRule 인터페이스는 CSS 스타일 잎 내에서 @import 규칙을 나타냅니다. @import 규칙은 다른 스타일 잎에서 스타일 규칙을 수입하는 데 사용됩니다.
[ComVisible(true)]
[DOMObject]
[DOMName("CSSImportRule")]
public interface ICSSImportRule : ICSSRule
Implements
Properties
Href
이 속성에는 URI 주위의 “url(…)” 지표가 포함되지 않습니다.
[DOMName("href")]
string Href { get; }
부동산 가치
Media
이 스타일 잎이 사용할 수있는 미디어 유형의 목록.
[DOMName("media")]
IMediaList Media { get; }
부동산 가치
StyleSheet
이 규칙에 의해 언급 된 스타일 잎, 그것이 충전 된 경우.이 속성의 값은 스타일 잎이 아직 충전되지 않은 경우 또는 그것이 충전되지 않은 경우 (예를 들어, 스타일 잎은 사용자 에이전트에 의해 지원되지 않은 미디어 유형을위한 경우).
[DOMNullable]
[DOMName("styleSheet")]
ICSSStyleSheet StyleSheet { get; }