17 lines
582 B
Markdown
17 lines
582 B
Markdown
#### [JpnCardsPokemon.Sdk](index.md 'index')
|
|
### [JpnCardsPokemon.Sdk.Api](JpnCardsPokemon.Sdk.Api.md 'JpnCardsPokemon.Sdk.Api').[Card](JpnCardsPokemon.Sdk.Api.Card.md 'JpnCardsPokemon.Sdk.Api.Card')
|
|
|
|
## Card.ImageUrl Property
|
|
|
|
The url pointing to the card's image.
|
|
|
|
```csharp
|
|
public string? ImageUrl { get; set; }
|
|
```
|
|
|
|
#### Property Value
|
|
[System.String](https://docs.microsoft.com/en-us/dotnet/api/System.String 'System.String')
|
|
|
|
### Remarks
|
|
If there is no card image, then this will instead point to
|
|
https://assets.tcgcollector.com/build/images/default-card-image.789f6232.png. |