ICSSMediaRule.InsertRule
ICSSMediaRule.InsertRule method
Used to insert a new rule into the media block.
public long InsertRule(string rule, long index)
| Parameter | Type | Description |
|---|---|---|
| rule | String | The media rule. |
| index | Int64 | The index. |
Return Value
The inserted index.
See Also
- interface ICSSMediaRule
- namespace Aspose.Html.Dom.Css
- assembly Aspose.HTML