Skip to content

Commit 0cd60fa

Browse files
Merge branch 'main' into production
2 parents 2549684 + 24cfd8d commit 0cd60fa

File tree

7 files changed

+35
-9
lines changed

7 files changed

+35
-9
lines changed

english/python-net/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ is_root: true
1212
| Module | Description |
1313
| :- | :- |
1414
| [`aspose.html`](/html/python-net/aspose.html) | The **Aspose.Html** namespace contains classes and methods to<br/>manipulate HTML documents, whether simple or complex and on the fly.<br/>**Aspose.HTML** for .NET allows developers to Insert, Remove,<br/>Replace HTML nodes, extract CSS style information,<br/>Navigate through HTML document either by NodeIterator,<br/>TreeWalker that are provided by Traversal Specifications,<br/>XPath or CSS selector queries. It also offers the scripting which allows to<br/>manipulate HTML DOM via JavaScript. As well as HTML, this API also provides<br/>the capabilities to load EPUB and MHTML. Aspose APIs are famous for their<br/>inter file format conversion features and this API also provides<br/>the capabilities to load HTML file and render the output in PDF,<br/>XPS and raster image formats including JPEG, PNG, BMP and TIFF. |
15-
| [`aspose.html.accessibility`](/html/python-net/aspose.html.accessibility) | The **Aspose.Html.Dom.Accessibility** namespace is for all Web Accessibility related manipulations.<br/>complies with international standards W3C Web Accessibility Initiative |
15+
| [`aspose.html.accessibility`](/html/python-net/aspose.html.accessibility) | The **Aspose.Html.Accessibility** namespace is for all Web Accessibility related manipulations.<br/>complies with international standards W3C Web Accessibility Initiative |
1616
| [`aspose.html.accessibility.results`](/html/python-net/aspose.html.accessibility.results) | The **Aspose.Html.Accessibility.Results** namespace contains<br/>classes that describe the results of rule validation |
1717
| [`aspose.html.accessibility.saving`](/html/python-net/aspose.html.accessibility.saving) | The **Aspose.Html.Accessibility.Saving** namespace is designed to save validation results various formats. |
1818
| [`aspose.html.collections`](/html/python-net/aspose.html.collections) | The **Aspose.Html.Collections** namespace consists of classes to represent,<br/>store and manipulate nodes and elements. |
@@ -33,9 +33,9 @@ is_root: true
3333
| [`aspose.html.dom.traversal`](/html/python-net/aspose.html.dom.traversal) | The **Aspose.Html.Dom.Traversal** namespace contains methods that<br/>create iterators and tree-walkers to navigate between elements and<br/>traverse a node and its children in document order. |
3434
| [`aspose.html.dom.traversal.filters`](/html/python-net/aspose.html.dom.traversal.filters) | The namespace represented by node filtering functionality.<br/>Filters are objects that know how to "filter out" nodes.<br/>If a node iterator or tree walker is given a node filter,<br/>it applies the filter before it returns the next node.<br/>If the filter says to accept the node, the traversal logic<br/>returns it; otherwise, traversal looks for the next node and<br/>pretends that the node that was rejected was not there. |
3535
| [`aspose.html.dom.views`](/html/python-net/aspose.html.dom.views) | **Aspose.Html.Dom.Views** namespace describes AbstractView and<br/>DocumentView interfaces according<br/>Document Object Model Views specification. |
36-
| [`aspose.html.dom.xpath`](/html/python-net/aspose.html.dom.xpath) | The namespace contains methods to<br/>navigate through elements and attributes in an XML document. |
36+
| [`aspose.html.dom.xpath`](/html/python-net/aspose.html.dom.xpath) | The **Aspose.Html.Dom.XPath** namespace contains methods to<br/>navigate through elements and attributes in an XML document. |
3737
| [`aspose.html.drawing`](/html/python-net/aspose.html.drawing) | The **Aspose.Html.Drawing** namespace contains objects and<br/>interfaces to specify measurement and units as well as<br/>drawing attribute objects like brushes, colors and fonts. |
38-
| [`aspose.html.forms`](/html/python-net/aspose.html.forms) | The namespace provides access to<br/>numerous objects (elements) which are responsible to<br/>user interactivity within form as web page component. |
38+
| [`aspose.html.forms`](/html/python-net/aspose.html.forms) | The **Aspose.Html.Forms** namespace provides access to<br/>numerous objects (elements) which are responsible to<br/>user interactivity within form as web page component. |
3939
| [`aspose.html.io`](/html/python-net/aspose.html.io) | In addition to standard IO (input-output) tools<br/>the **Aspose.Html.IO** namespace contains helper classes and interfaces. |
4040
| [`aspose.html.loading`](/html/python-net/aspose.html.loading) | The **Aspose.Html.Loading** namespace contains<br/>data classes for description of specific load options<br/>at conversion/merging process. |
4141
| [`aspose.html.net`](/html/python-net/aspose.html.net) | The **Aspose.Html.Net** namespace is presented by<br/>classes and interfaces which are<br/>responsible for helping easy network processing. |

english/python-net/aspose.html.accessibility/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ url: /python-net/aspose.html.accessibility/
88
is_root: false
99
---
1010

11-
The **Aspose.Html.Dom.Accessibility** namespace is for all Web Accessibility related manipulations.
11+
The **Aspose.Html.Accessibility** namespace is for all Web Accessibility related manipulations.
1212
complies with international standards W3C Web Accessibility Initiative
1313

1414
### Classes

english/python-net/aspose.html.dom.svg/svgsvgelement/current_translate/_index.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ When accessed on an ‘svg’ element that is not an outermost svg element, it i
1818
@property
1919
def current_translate(self):
2020
...
21-
@current_translate.setter
22-
def current_translate(self, value):
23-
...
2421
```
2522

2623
### See Also

english/python-net/aspose.html.dom.xpath/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ url: /python-net/aspose.html.dom.xpath/
88
is_root: false
99
---
1010

11-
The namespace contains methods to
11+
The **Aspose.Html.Dom.XPath** namespace contains methods to
1212
navigate through elements and attributes in an XML document.
1313

1414
### Classes

english/python-net/aspose.html.forms/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ url: /python-net/aspose.html.forms/
88
is_root: false
99
---
1010

11-
The namespace provides access to
11+
The **Aspose.Html.Forms** namespace provides access to
1212
numerous objects (elements) which are responsible to
1313
user interactivity within form as web page component.
1414

english/python-net/aspose.html.net/responsemessage/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ The ResponseMessage type exposes the following members:
2323
| [content](/html/python-net/aspose.html.net/responsemessage/content) | Gets or sets the response content. |
2424
| [request](/html/python-net/aspose.html.net/responsemessage/request) | Gets or sets the associated request. |
2525
| [is_success](/html/python-net/aspose.html.net/responsemessage/is_success) | Gets a value indicating whether this message is success. |
26+
| [response_uri](/html/python-net/aspose.html.net/responsemessage/response_uri) | Gets or sets the response URI. |
2627

2728

2829

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: response_uri property
3+
second_title: Aspose.HTML for Python via .NET API References
4+
description:
5+
type: docs
6+
weight: 70
7+
url: /python-net/aspose.html.net/responsemessage/response_uri/
8+
is_root: false
9+
---
10+
11+
## response_uri property
12+
13+
14+
Gets or sets the response URI.
15+
### Definition:
16+
```python
17+
@property
18+
def response_uri(self):
19+
...
20+
@response_uri.setter
21+
def response_uri(self, value):
22+
...
23+
```
24+
25+
### See Also
26+
* module [`aspose.html.net`](../../)
27+
* class [`ResponseMessage`](/html/python-net/aspose.html.net/responsemessage)
28+
* class [`Url`](/html/python-net/aspose.html/url)

0 commit comments

Comments
 (0)